Linux DRI Development
[Prev Page][Next Page]
- [PATCH] MAINTAINERS: Shovel drivers/gpu/vga/* to Dave, Daniel Vetter
- [PATCH v2 0/5] Move IPUv3 core out of staging, add CSI support,
Philipp Zabel
- [PATCH 0/7] drm & drivers: kill drm_get_connector_name() and drm_get_encoder_name(),
Jani Nikula
- [PATCH 0/9] drm: More vblank on/off work,
ville . syrjala
- [PATCH 2/9] drm/i915: Warn if drm_vblank_get() still works after drm_vblank_off(), ville . syrjala
- [PATCH 1/9] drm: Always reject drm_vblank_get() after drm_vblank_off(), ville . syrjala
- [PATCH 5/9] drm: Have the vblank counter account for the time between vblank irq disable and drm_vblank_off(), ville . syrjala
- [PATCH 3/9] drm: Don't clear vblank timestamps when vblank interrupt is disabled, ville . syrjala
- [PATCH 6/9] drm: Avoid random vblank counter jumps if the hardware counter has been reset, ville . syrjala
- [PATCH 8/9] drm: Reduce the amount of dev->vblank[crtc] in the code, ville . syrjala
- [PATCH 4/9] drm: Move drm_update_vblank_count(), ville . syrjala
- [PATCH v2 9/9] drm/i915: Leave interrupts enabled while disabling crtcs during suspend, ville . syrjala
- [PATCH 7/9] drm: Disable vblank interrupt immediately when drm_vblank_offdelay==0, ville . syrjala
- [PATCH 12/9] drm: Fix deadlock between event_lock and vbl_lock/vblank_time_lock, ville . syrjala
- Re: [Intel-gfx] [PATCH 0/9] drm: More vblank on/off work, Jesse Barnes
- [PATCH 4/4] Documentation/drm: Describing aspect ratio property,
Vandana Kannan
- [PATCH 0/9] drm/exynos/ipp: image post processing improvements, part deux,
Andrzej Hajda
- Re: Radeon wakeup regression in 3.15-rc6,
Woody Suwalski
- [PATCH linux-next] DRM: Armada: update dma_buf_export use,
Vincent Stehlé
- [Bug 79223] New: extra vsync when reading back pixels in xbmc,
bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [Bug 79223] extra vsync when reading back pixels in xbmc, bugzilla-daemon
- [PATCH v2 1/5] drm/gem: replace misleading comment,
David Herrmann
- [Bug 76861] New: radeon: flickering horizontal stripes/lines,
bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [Bug 76861] radeon: flickering horizontal stripes/lines, bugzilla-daemon
- [PATCH 00/17] prepare for atomic/nuclear modeset/pageflip,
Rob Clark
- [PATCH 01/17] drm: fix typo, Rob Clark
- [PATCH 02/17] drm: add atomic fxns, Rob Clark
- [PATCH 03/17] drm: convert crtc and mode_config to ww_mutex, Rob Clark
- [PATCH 04/17] drm: add object property type, Rob Clark
- [PATCH 05/17] drm: add signed-range property type, Rob Clark
- [PATCH 06/17] drm: helpers to find mode objects, Rob Clark
- [PATCH 08/17] drm: Allow drm_mode_object_find() to look up an object of any type, Rob Clark
- [PATCH 07/17] drm: split propvals out and blob property support, Rob Clark
- [PATCH 10/17] drm: allow FB's in drm_mode_object_find, Rob Clark
- [PATCH 09/17] drm: Refactor object property check code, Rob Clark
- [PATCH 11/17] drm: convert plane to properties/state, Rob Clark
- [PATCH 13/17] drm: push locking down into restore_fbdev_mode, Rob Clark
- [PATCH 12/17] drm: convert crtc to properties/state, Rob Clark
- [PATCH 14/17] drm/msm: add atomic support, Rob Clark
- [PATCH 15/17] drm: spiff out FB refcnting traces, Rob Clark
- [PATCH 16/17] drm: more conservative locking, Rob Clark
- [PATCH 17/17] drm: Fix up the atomic legacy paths so they work, Rob Clark
- Re: [PATCH 00/17] prepare for atomic/nuclear modeset/pageflip, Daniel Vetter
- [PATCH 1/3] drm/tegra: Align FB pitch,
Stéphane Marchesin
- [Bug 79157] New: [Tesseract Game] Grainy SSAO on RadeonSI,
bugzilla-daemon
- [Bug 79155] New: [Tesseract Game] Global Illumination: Medium Causes Color Distortion,
bugzilla-daemon
- [Bug 79154] New: [Tesseract Game] 4xMSAA Causes Visible Wireframes,
bugzilla-daemon
- [PATCH v4] drm/exynos: enable fimd clocks in probe before accessing fimd registers,
Rahul Sharma
- [PATCH v5] drm/exynos: enable fimd clocks in probe before accessing fimd registers,
Rahul Sharma
- [PATCH 1/3] drm/tegra: Remove pixel clock rounding,
Stéphane Marchesin
- [PATCH] drm/exynos: add phy settings for exynos5420, Shirish S
- [PATCH] drm/exynos: add fimd dependency to fimd related encoders,
Andrzej Hajda
- [PATCH] drm/exynos/fimd: allow multiplatform configuration,
Andrzej Hajda
- [PATCH] drm/exynos: remove redundant mutex_unlock,
Andrzej Hajda
- [Bug 79100] New: r600 context creation failure on kaveri,
bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [Bug 79100] r600 context creation failure on kaveri, bugzilla-daemon
- [PATCH] drm/ttm: fix kerneldoc of ttm_bo_create,
Alexandre Courbot
- [PATCH 1/3] drm/exynos: Staticize exynos_dpi_of_find_panel_node,
Sachin Kamat
- [PATCH v3] drm/exynos: enable fimd clocks in probe before accessing fimd registers,
Rahul Sharma
- [PATCH v2] drm:exynos: allocate non-contigous buffer when iommu is enabled, Rahul Sharma
- [PATCH 1/1] drm/exynos: Fix checkpatch warning in exynos_dp_reg.c,
Sachin Kamat
- Frame buffer and plane difference,
Anand Sinha
- [PATCH V2] drm/exynos: enable fimd clocks in probe before accessing fimd registers,
Rahul Sharma
- [PATCH] radeon: Use time_before(),
Manuel Schölling
- [Bug 76761] New: radeon driver breaks suspend to disk and resume from RAM in 3.14,
bugzilla-daemon
- [Bug 76761] radeon driver breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon driver breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [Bug 76761] radeon DPM breaks suspend to disk and resume from RAM in 3.14, bugzilla-daemon
- [PATCH] radeon: Remove useless quirk for zx1/FireGL X1 combo introduced with fdo #7770,
Émeric MASCHINO
- [PATCH 1/2] drm: Add drm_crtc_vblank_waitqueue(),
ville . syrjala
- [Bug 79074] New: PRIME with compositing rednering hangs and other rendering issues,
bugzilla-daemon
- [PATCH] drm/radeon: avoid crash if VM command submission isn't available,
Christian König
- [PATCH v3 0/4] drm/tegra: Remove host1x drm_bus implementation,
Thierry Reding
- [Bug 7770] PCI domain mismatch between X server and kernel, leaving clients unable to use direct rendering,
bugzilla-daemon
- [Bug 79035] New: radeonsi: Unigine Sanctuary shadows,
bugzilla-daemon
- [PATCH resend 0/4] Make video.use_native_backlight=1 work properly with nouveau,
Hans de Goede
- [PATCH] drm/panel: add support for AUO B133XTN01 panel,
Stéphane Marchesin
- [PATCH] drm/exynos: Fix PTN3460 dependency,
Jean Delvare
- [PATCH] drm/gem: remove obsolete BUG_ON,
David Herrmann
- [PATCH v2 00/18] drm/exynos: support MIPI DSI command mode display,
YoungJun Cho
- [PATCH v2 02/18] drm/exynos: use wait_event_timeout() for safety usage, YoungJun Cho
- [PATCH v2 01/18] drm/exynos: dsi: move the EoT packets configuration point, YoungJun Cho
- [PATCH v2 06/18] ARM: dts: sysreg: add exynos5 compatible to DT bindings, YoungJun Cho
- [PATCH v2 17/18] ARM: dts: exynos5420: add mipi-phy node, YoungJun Cho
- [PATCH v2 05/18] drm_modes: add command mode helpers, YoungJun Cho
- [PATCH v2 09/18] drm/exynos: dsi: add TE handler to support command mode interface, YoungJun Cho
- [PATCH v2 18/18] ARM: dts: exynos5420: add dsi node, YoungJun Cho
- [PATCH v2 14/18] drm/panel: add S6E3FA0 driver, YoungJun Cho
- [PATCH v2 15/18] ARM: dts: exynos4: add system register node, YoungJun Cho
- [PATCH v2 12/18] drm/exynos: dsi: add driver data to support Exynos5420, YoungJun Cho
- [PATCH v2 07/18] ARM: dts: samsung-fimd: add I80 specific properties, YoungJun Cho
- [PATCH v2 08/18] drm/exynos: add TE handler to support MIPI DSI command mode interface, YoungJun Cho
- [PATCH v2 11/18] ARM: dts: exynos_dsim: add exynos5420 compatible to DT bindings, YoungJun Cho
- [PATCH v2 10/18] drm/exynos: fimd: support I80 interface, YoungJun Cho
- [PATCH v2 03/18] ARM: dts: video: add command mode display timing DT bindings, YoungJun Cho
- [PATCH v2 04/18] video: add command mode and command mode display timing, YoungJun Cho
- [PATCH v2 16/18] ARM: dts: exynos5: add system register support, YoungJun Cho
- [PATCH v2 13/18] ARM: dts: s6e3fa0: add DT bindings, YoungJun Cho
- [RFC] DisplayPort MST support,
Dave Airlie
- [PATCH 01/11] drm/dp_helper: add defines for DP 1.2 and MST support., Dave Airlie
- [PATCH 03/11] drm/i915: add some registers need for displayport MST support., Dave Airlie
- [PATCH 02/11] drm: add DP MST encoder type, Dave Airlie
- [PATCH 04/11] drm/crtc: add interface to reinitialise the legacy mode group, Dave Airlie
- [PATCH 08/11] i915: split some DP modesetting code into a separate function, Dave Airlie
- [PATCH 06/11] drm: add a path blob property, Dave Airlie
- [PATCH 05/11] drm/fb_helper: allow adding/removing connectors later, Dave Airlie
- [PATCH 07/11] drm/helper: add Displayport multi-stream helper (v0.5), Dave Airlie
- [PATCH 10/11] i915: add DP 1.2 MST support (v0.5), Dave Airlie
- [PATCH 11/11] i915: mst topology dumper in debugfs (v0.2), Dave Airlie
- [PATCH 09/11] drm/i915: check connector->encoder before using it., Dave Airlie
- [PATCH 1/5] drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi,
Alex Deucher
- [PATCH] vgaswitcheroo: switch the mux to the igp on power down when runpm is enabled, Alex Deucher
- [PATCH 1/3] drm/i915: drop encoder hot_plug calls at resume,
Jesse Barnes
- [Bug 78987] New: black screen when trying to enable external VGA screen on Trinity APU laptop,
bugzilla-daemon
- [PATCH 0/3] drm/i915: A few more vblank interrupt fixes,
ville . syrjala
- [PATCH v3 00/16] Add DRM for stih4xx platforms,
Benjamin Gaignard
- [PATCH v3 01/16] drm: sti: add VTG driver, Benjamin Gaignard
- [PATCH v3 02/16] drm: sti: add VTAC drivers, Benjamin Gaignard
- [PATCH v3 03/16] drm: sti: add HDMI driver, Benjamin Gaignard
- [PATCH v3 04/16] drm: sti: add I2C client driver for HDMI, Benjamin Gaignard
- [PATCH v3 05/16] drm: sti: add HDA driver, Benjamin Gaignard
- [PATCH v3 07/16] drm: sti: add sti layer interface definition, Benjamin Gaignard
- [PATCH v3 08/16] drm: sti: add GDP layer, Benjamin Gaignard
- [PATCH v3 06/16] drm: sti: add TVOut driver, Benjamin Gaignard
- [PATCH v3 09/16] drm: sti: add VID layer, Benjamin Gaignard
- [PATCH v3 10/16] drm: sti: add Mixer, Benjamin Gaignard
- [PATCH v3 12/16] drm: sti: add debug to GDP, Benjamin Gaignard
- [PATCH v3 11/16] drm: sti: add Compositor, Benjamin Gaignard
- [PATCH v3 14/16] drm: sti: add debug to TVout, Benjamin Gaignard
- [PATCH v3 13/16] drm: sti: add debug to VID, Benjamin Gaignard
- [PATCH v3 15/16] drm: sti: add debug to mixer, Benjamin Gaignard
- [PATCH v3 16/16] drm: sti: Add DRM driver itself, Benjamin Gaignard
- Re: [Intel-gfx] [RFC] set up an sync channel between audio and display driver (i.e. ALSA and DRM),
Daniel Vetter
- [PATCH] drm: tda998x: Add support for CEC address 0x35, Mark Brown
- [PATCH v2] drm/exynos: use regmap interface to set hdmiphy control bit in pmu,
Rahul Sharma
- [Bug 78951] New: gl_PrimitiveID is zero if no geometry shader is present,
bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- [Bug 78951] gl_PrimitiveID is zero if no geometry shader is present, bugzilla-daemon
- linux-next: manual merge of the dma-buf tree with the drm-intel tree,
Stephen Rothwell
- Re: [PATCH] gpu/drm/ttm: Pass GFP flags in order to avoid deadlock.,
Dave Airlie
- Re: [PATCH] gpu/drm/ttm: Use mutex_lock_killable() for shrinker functions.,
Dave Airlie
- [PATCH 0/6] Cursor support with universal planes (v3),
Matt Roper
- [PATCH] drm/radeon/pm: don't allow debugfs/sysfs access when PX card is off (v2),
Alex Deucher
- [PATCH] drm/sysfs: expose the "force" connector attribute,
Thomas Wood
- [Bug 75301] DGP isn't switched off by radeon driver,
bugzilla-daemon
- [PATCH 0/8] drm/exynos/ipp: image post processing improvements,
Andrzej Hajda
- [Bug 75921] Horizontal lines dancing all around the screen in Xorg,
bugzilla-daemon
- [Bug 75931] 3.13.11 kernel breaks Xorg on AMD APU graphics,
bugzilla-daemon
- [RFC] drm/nouveau: disable caching for VRAM BOs on ARM,
Alexandre Courbot
- [PATCH 0/5] drm/nouveau: platform devices and GK20A probing,
Alexandre Courbot
- [PATCH 0/4] drm/ttm: nouveau: memory coherency fixes for ARM,
Alexandre Courbot
- [PATCH] drm/mm: Adjust start/end for coloring first,
Chris Wilson
- [PATCH 0/2] drm/gk20a: FB fixes,
Alexandre Courbot
- [Bug 78870] New: [r600g] Driver fails to compile shader from the game tesseract - if/endif unbalanced in shader, bugzilla-daemon
- [PATCH] drivers/gpu/drm/i915/intel_display: coding style fixes,
Robin Schroer
- [PATCH 1/2] fb: default NvMemExec to on, turning it off is used for debugging only,
Ilia Mirkin
- [PATCH 1/2] ARM: tegra: Mark Tegra124 HDMI compatible with Tegra114,
Dylan Reid
- Question about radeon runpm dmesg logs, Pali Rohár
[Index of Archives]
[Linux DRI Users]
[Linux Intel Graphics]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Scanners]
[Yosemite Answers]