dri-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
[PATCH 04/37] drm/mgag200: Add local 'fb' variable
Daniel Vetter
[PATCH 05/37] drm/ast: Add local 'fb' variables
ville.syrj...@linux.intel.com
[PATCH 05/37] drm/ast: Add local 'fb' variables
Daniel Vetter
[PATCH 06/37] drm/gma500: Add some local 'fb' variables
ville.syrj...@linux.intel.com
[PATCH 06/37] drm/gma500: Add some local 'fb' variables
Daniel Vetter
[PATCH 07/37] drm/cirrus: Add some local 'fb' variables
ville.syrj...@linux.intel.com
[PATCH 07/37] drm/cirrus: Add some local 'fb' variables
Daniel Vetter
[PATCH 08/37] drm/arcpgu: Add local 'fb' variables
ville.syrj...@linux.intel.com
[PATCH 08/37] drm/arcpgu: Add local 'fb' variables
Alexey Brodkin
[PATCH 08/37] drm/arcpgu: Add local 'fb' variables
Alexey Brodkin
[PATCH 09/37] drm/arm: Add local 'fb' variables
ville.syrj...@linux.intel.com
[PATCH 09/37] drm/arm: Add local 'fb' variables
Brian Starkey
[PATCH 09/37] drm/arm: Add local 'fb' variables
Liviu Dudau
[PATCH 09/37] drm/arm: Add local 'fb' variables
Ville Syrjälä
[PATCH 09/37] drm/arm: Add local 'fb' variables
Daniel Vetter
[PATCH 10/37] drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
ville.syrj...@linux.intel.com
[PATCH 10/37] drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
Daniel Vetter
[PATCH 11/37] drm/nouveau: Add local 'fb' variables
ville.syrj...@linux.intel.com
[PATCH 11/37] drm/nouveau: Add local 'fb' variables
Daniel Vetter
[PATCH 12/37] drm/vmwgfx: Populate fb->dev before drm_framebuffer_init()
ville.syrj...@linux.intel.com
[PATCH 12/37] drm/vmwgfx: Populate fb->dev before drm_framebuffer_init()
Sinclair Yeh
[PATCH v2 12/37] drm/vmwgfx: Populate fb->dev before drm_framebuffer_init()
ville.syrj...@linux.intel.com
[PATCH 13/37] drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
ville.syrj...@linux.intel.com
[PATCH v2 13/37] drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
ville.syrj...@linux.intel.com
[PATCH 14/37] drm/vmwgfx: Populate fb->pixel_format
ville.syrj...@linux.intel.com
[PATCH 14/37] drm/vmwgfx: Populate fb->pixel_format
Sinclair Yeh
[PATCH 15/37] drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
ville.syrj...@linux.intel.com
[PATCH 16/37] drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
ville.syrj...@linux.intel.com
[PATCH 16/37] drm/virtio: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
Daniel Vetter
[PATCH 17/37] drm/i915: Set fb->dev early on for inherited fbs
ville.syrj...@linux.intel.com
[Intel-gfx] [PATCH 17/37] drm/i915: Set fb->dev early on for inherited fbs
Daniel Vetter
[PATCH v2 18/37] drm: Populate fb->dev from drm_helper_mode_fill_fb_struct()
ville.syrj...@linux.intel.com
[PATCH v2 19/37] drm: Store a pointer to drm_format_info under drm_framebuffer
ville.syrj...@linux.intel.com
[PATCH v2 19/37] drm: Store a pointer to drm_format_info under drm_framebuffer
Laurent Pinchart
[PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
ville.syrj...@linux.intel.com
[PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
Daniel Vetter
[PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
Ville Syrjälä
[PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
Laurent Pinchart
[PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
Daniel Vetter
[PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
Daniel Vetter
[PATCH 21/37] drm/i915: Populate fb->format early for inherited fbs
ville.syrj...@linux.intel.com
[PATCH 21/37] drm/i915: Populate fb->format early for inherited fbs
Daniel Vetter
[PATCH 21/37] drm/i915: Populate fb->format early for inherited fbs
Ville Syrjälä
[PATCH 21/37] drm/i915: Populate fb->format early for inherited fbs
Daniel Vetter
[PATCH 22/37] drm: Reject fbs w/o format info in drm_framebuffer_init()
ville.syrj...@linux.intel.com
[PATCH 22/37] drm: Reject fbs w/o format info in drm_framebuffer_init()
Laurent Pinchart
[PATCH 23/37] drm: Replace drm_format_num_planes() with fb->format->num_planes
ville.syrj...@linux.intel.com
[PATCH 23/37] drm: Replace drm_format_num_planes() with fb->format->num_planes
Laurent Pinchart
[PATCH v2 23/37] drm: Replace drm_format_num_planes() with fb->format->num_planes
ville.syrj...@linux.intel.com
[PATCH 24/37] drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
ville.syrj...@linux.intel.com
[Intel-gfx] [PATCH 24/37] drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
Daniel Vetter
[Intel-gfx] [PATCH 24/37] drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
Ville Syrjälä
[PATCH 25/37] drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
ville.syrj...@linux.intel.com
[PATCH 25/37] drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
Laurent Pinchart
[PATCH v2 25/37] drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
ville.syrj...@linux.intel.com
[PATCH 26/37] drm/fb_cma_helper: Replace drm_format_info() with fb->format
ville.syrj...@linux.intel.com
[PATCH 27/37] drm/nouveau: Use fb->format rather than drm_format_info()
ville.syrj...@linux.intel.com
[PATCH 27/37] drm/nouveau: Use fb->format rather than drm_format_info()
Daniel Vetter
[PATCH 28/37] drm/i915: Store a pointer to the pixel format info for fbc
ville.syrj...@linux.intel.com
[Intel-gfx] [PATCH 28/37] drm/i915: Store a pointer to the pixel format info for fbc
Daniel Vetter
[PATCH 29/37] drm: Add drm_framebuffer_plane_{width,height}()
ville.syrj...@linux.intel.com
[PATCH 30/37] drm/i915: Use drm_framebuffer_plane_{width, height}() where possible
ville.syrj...@linux.intel.com
[Intel-gfx] [PATCH 30/37] drm/i915: Use drm_framebuffer_plane_{width, height}() where possible
Daniel Vetter
[Intel-gfx] [PATCH 30/37] drm/i915: Use drm_framebuffer_plane_{width, height}() where possible
Daniel Vetter
[PATCH 31/37] drm: Nuke fb->depth
ville.syrj...@linux.intel.com
[PATCH 31/37] drm: Nuke fb->depth
Daniel Vetter
[PATCH v2 31/37] drm: Nuke fb->depth
ville.syrj...@linux.intel.com
[PATCH v2 32/37] drm: Nuke fb->bits_per_pixel
ville.syrj...@linux.intel.com
[PATCH v3 32/37] drm: Nuke fb->bits_per_pixel
ville.syrj...@linux.intel.com
[PATCH v2 33/37] drm: Nuke fb->pixel_format
ville.syrj...@linux.intel.com
[PATCH v2 33/37] drm: Nuke fb->pixel_format
Laurent Pinchart
[PATCH v3 33/37] drm: Nuke fb->pixel_format
ville.syrj...@linux.intel.com
[PATCH 34/37] drm: Replace 'format->format' comparisons to just 'format' comparisons
ville.syrj...@linux.intel.com
[PATCH 34/37] drm: Replace 'format->format' comparisons to just 'format' comparisons
Laurent Pinchart
[PATCH 35/37] drm: Eliminate the useless "non-RGB fb" debug message
ville.syrj...@linux.intel.com
[PATCH 35/37] drm: Eliminate the useless "non-RGB fb" debug message
Laurent Pinchart
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
ville.syrj...@linux.intel.com
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
Laurent Pinchart
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
Ville Syrjälä
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
Laurent Pinchart
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
Ville Syrjälä
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
Laurent Pinchart
[PATCH 36/37] drm: Add mode_config .get_format_info() hook
Ville Syrjälä
[PATCH v2 36/37] drm: Add mode_config .get_format_info() hook
ville.syrj...@linux.intel.com
[PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS
ville.syrj...@linux.intel.com
[PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS
Ben Widawsky
[PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS
Ville Syrjälä
[Intel-gfx] [PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS
Tvrtko Ursulin
[Intel-gfx] [PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS
Ville Syrjälä
[Intel-gfx] [PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS
Tvrtko Ursulin
[PATCH v2 00/37] drm: Deduplicate fb format information (v2)
Christian König
[PATCH v2 00/37] drm: Deduplicate fb format information (v2)
Ville Syrjälä
[Intel-gfx] [PATCH v2 00/37] drm: Deduplicate fb format information (v2)
Ville Syrjälä
[PATCH] drm/sun4i: Fix a return value in case of error
Christophe JAILLET
[PATCH] drm/sun4i: Fix a return value in case of error
Maxime Ripard
[PATCH] vgaarb: Downgrade userspace-triggerable messages to debug
Bjorn Helgaas
[PATCH] vgaarb: Downgrade userspace-triggerable messages to debug
Daniel Vetter
[PATCH] drm: mediatek: use ERR_CAST inlined function
Geliang Tang
v4.9-rc3: graphical artefacts in X
Pavel Machek
[Intel-gfx] v4.9-rc3: graphical artefacts in X
Chris Wilson
[Intel-gfx] v4.9-rc3: graphical artefacts in X
Pavel Machek
[Bug 188091] New: Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Bug 188091] Resume with two monitors, second monitor is not resumed until VT switch
bugzilla-dae...@bugzilla.kernel.org
[Resend PATCH] drm/mediatek: fix null pointer dereference
Matthias Brugger
[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"
Gustavo Padovan
[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"
Chris Wilson
[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"
Daniel Vetter
[PATCH 0/5] Link Training failure handling during modeset
Manasi Navare
[PATCH 1/5] drm: Add a new connector property for link status
Manasi Navare
[PATCH v5 1/5] drm: Add a new connector property for link status
Manasi Navare
[PATCH v3 2/5] drm: Set DRM connector link status property
Manasi Navare
[PATCH v6 4/56 4/56 4/56 4/56 4/56 4/5] drm/i915: Find fallback link rate/lane count
Manasi Navare
[PATCH v8 5/5] drm/i915: Implement Link Rate fallback on Link training failure
Manasi Navare
[PATCH v5 1/5] drm: Add a new connector property for link status
Daniel Vetter
[PATCH 2/5] drm: Set DRM connector link status property
Manasi Navare
[PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Maarten Lankhorst
[PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Ville Syrjälä
[PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Maarten Lankhorst
[PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Ville Syrjälä
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Daniel Vetter
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Ville Syrjälä
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Daniel Vetter
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Chris Wilson
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Daniel Vetter
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Daniel Vetter
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Chris Wilson
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Daniel Vetter
[Intel-gfx] [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
Manasi Navare
[PATCH 4/5] drm/i915: Find fallback link rate/lane count
Manasi Navare
[PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
Manasi Navare
[PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
Manasi Navare
[PATCH 4/5] drm/i915: Find fallback link rate/lane count
Manasi Navare
[PATCH 4/5] drm/i915: Find fallback link rate/lane count
Jani Nikula
[PATCH 4/5] drm/i915: Find fallback link rate/lane count
Manasi Navare
[Intel-gfx] [PATCH 4/5] drm/i915: Find fallback link rate/lane count
Manasi Navare
[PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
Jani Nikula
[PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
Manasi Navare
[PATCH 0/3] Track available link bandwidth for DP MST
Dhinakaran Pandiyan
[PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
Dhinakaran Pandiyan
[PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
Daniel Vetter
[PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
Daniel Vetter
[Intel-gfx] [PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
Pandiyan, Dhinakaran
[Intel-gfx] [PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
Daniel Vetter
[PATCH 2/3] drm/dp/mst: Calculate total link bandwidth instead of hardcoding it
Dhinakaran Pandiyan
[Intel-gfx] [PATCH 2/3] drm/dp/mst: Calculate total link bandwidth instead of hardcoding it
Pandiyan, Dhinakaran
[PATCH 2/3] drm/dp/mst: Calculate total link bandwidth instead of hardcoding it
Ville Syrjälä
[Intel-gfx] [PATCH 2/3] drm/dp/mst: Calculate total link bandwidth instead of hardcoding it
Pandiyan, Dhinakaran
[PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
Dhinakaran Pandiyan
[Intel-gfx] [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
kbuild test robot
[Intel-gfx] [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
Manasi Navare
[Intel-gfx] [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
Chris Wilson
[Intel-gfx] [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
Daniel Vetter
[Intel-gfx] [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
Pandiyan, Dhinakaran
[git pull] drm fixes for rc6 (brown paper bag edition)
Dave Airlie
[PATCH] ARM: dts: am335x-boneblack: Add blue-and-red-wiring -property to LCDC node
Jyri Sarha
[PATCH] ARM: dts: am335x-boneblack: Add blue-and-red-wiring -property to LCDC node
Tony Lindgren
[drm-intel:drm-intel-next-queued 2/2] drivers/gpu/drm/i915/i915_gem_stolen.c:516:20: error: unused variable 'ggtt'
kbuild test robot
[PATCH v2] vgaarb: Use dev_printk() when possible
Bjorn Helgaas
[PATCH v2] vgaarb: Use dev_printk() when possible
Daniel Vetter
[PATCH v2] vgaarb: Use dev_printk() when possible
Bjorn Helgaas
[PATCH v2] vgaarb: Use dev_printk() when possible
Daniel Vetter
AMDGPU DAL branch
Sandeep
AMDGPU DAL branch
Alex Deucher
AMDGPU DAL branch
Sandeep
AMDGPU DAL branch
Alex Deucher
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Wither2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Wither2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground
bugzilla-dae...@freedesktop.org
Earlier messages
Later messages