dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-17 18:14:05 to 2016-11-19 03:28:10 UTC [more...]

[PATCH v2 00/13] R-Car DU: Add support for LVDS mode selection
 2016-11-19  3:28 UTC  (11+ messages)
` [PATCH v2 01/13] devicetree/bindings: display: Document common panel properties
` [PATCH v2 02/13] devicetree/bindings: display: Add bindings for LVDS panels
  ` [PATCH v2 03/13] devicetree/bindings: display: Add bindings for two Mitsubishi panels
` [PATCH v2 04/13] drm: Add data mirror bus flag
` [PATCH v2 05/13] drm: panels: Constify device node argument to of_drm_find_panel()
` [PATCH v2 06/13] drm: panels: Add LVDS panel driver
` [PATCH v2 07/13] arm64: dts: r8a7795: Add PWM support
` [PATCH v2 08/13] arm64: dts: r8a7795: salvator-x: Add DU LVDS output endpoint
` [PATCH v2 09/13] arm64: dts: r8a7795: salvator-x: Add panel backlight support
` [PATCH v2 10/13] ARM: shmobile: dts: Switch to panel-lvds bindings for Mitsubishi panels

[PATCH 0/5] Clean series for Link training failure handling
 2016-11-19  2:59 UTC  (6+ messages)
` [PATCH 1/5] drm: Add a new connector property for link status
` [PATCH 2/5] drm: Set DRM connector link status property
` [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
` [PATCH 4/5] drm/i915: Find fallback link rate/lane count
` [PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure

[PATCH v2 00/37] drm: Deduplicate fb format information (v2)
 2016-11-19  2:57 UTC  (47+ messages)
` [PATCH 01/37] drm/i915: Add local 'fb' variables
` [PATCH 02/37] drm/radeon: "
` [PATCH 03/37] drm/radeon: Use DIV_ROUND_UP()
` [PATCH 04/37] drm/mgag200: Add local 'fb' variable
` [PATCH 05/37] drm/ast: Add local 'fb' variables
` [PATCH 06/37] drm/gma500: Add some "
` [PATCH 07/37] drm/cirrus: "
` [PATCH 08/37] drm/arcpgu: Add "
` [PATCH 09/37] drm/arm: "
` [PATCH 10/37] drm/nouveau: Fix crtc->primary->fb vs. drm_fb fail
` [PATCH 11/37] drm/nouveau: Add local 'fb' variables
` [PATCH 12/37] drm/vmwgfx: Populate fb->dev before drm_framebuffer_init()
` [PATCH 13/37] drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
` [PATCH 14/37] drm/vmwgfx: Populate fb->pixel_format
` [PATCH 15/37] drm/qxl: Call drm_helper_mode_fill_fb_struct() before drm_framebuffer_init()
` [PATCH 16/37] drm/virtio: "
` [PATCH 17/37] drm/i915: Set fb->dev early on for inherited fbs
` [PATCH v2 18/37] drm: Populate fb->dev from drm_helper_mode_fill_fb_struct()
` [PATCH v2 19/37] drm: Store a pointer to drm_format_info under drm_framebuffer
` [PATCH 20/37] drm/vmwgfx: Populate fb->format correctly
` [PATCH 21/37] drm/i915: Populate fb->format early for inherited fbs
` [PATCH 22/37] drm: Reject fbs w/o format info in drm_framebuffer_init()
` [PATCH 23/37] drm: Replace drm_format_num_planes() with fb->format->num_planes
` [PATCH 24/37] drm/i915: Eliminate the ugly 'fb?:' constructs from the ilk/skl wm code
` [PATCH 25/37] drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
` [PATCH 26/37] drm/fb_cma_helper: Replace drm_format_info() with fb->format
` [PATCH 27/37] drm/nouveau: Use fb->format rather than drm_format_info()
` [PATCH 28/37] drm/i915: Store a pointer to the pixel format info for fbc
` [PATCH 29/37] drm: Add drm_framebuffer_plane_{width,height}()
` [PATCH 30/37] drm/i915: Use drm_framebuffer_plane_{width, height}() where possible
` [PATCH 31/37] drm: Nuke fb->depth
` [PATCH v2 32/37] drm: Nuke fb->bits_per_pixel
` [PATCH v2 33/37] drm: Nuke fb->pixel_format
` [PATCH 34/37] drm: Replace 'format->format' comparisons to just 'format' comparisons
` [PATCH 35/37] drm: Eliminate the useless "non-RGB fb" debug message
` [PATCH 36/37] drm: Add mode_config .get_format_info() hook
` [PATCH 37/37] drm/i915: Implement .get_format_info() hook for CCS

[PATCH 0/5] Link Training failure handling during modeset
 2016-11-19  2:50 UTC  (26+ messages)
` [PATCH 1/5] drm: Add a new connector property for link status
  ` [PATCH v5 "
` [PATCH 2/5] drm: Set DRM connector link status property
  ` [PATCH v3 "
` [PATCH 3/5] drm/i915: Update CRTC state if connector link status property changed
          ` [Intel-gfx] "
` [PATCH 4/5] drm/i915: Find fallback link rate/lane count
  ` [PATCH v6 4/56 4/56 4/56 4/56 4/56 "
` [PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure
  ` [PATCH v8 "

[PATCH] drm/panel: simple: add 8bit-bps for Sharp lq123p1jx31
 2016-11-19  2:27 UTC 

[Bug 98505] [Topaz] Regression introduces in 4.8-rc3
 2016-11-19  2:08 UTC  (4+ messages)
` [Bug 98505] [radeon, amdgpu] Regression introduced "

[PATCH 0/3] Track available link bandwidth for DP MST
 2016-11-19  2:01 UTC  (13+ messages)
` [PATCH 1/3] drm/i915/dp: Fail DP MST config when there are not enough vcpi slots
` [PATCH 2/3] drm/dp/mst: Calculate total link bandwidth instead of hardcoding it
` [PATCH 3/3] drm/dp/mst: Track available time slots in DP Multi-Stream Transport Packet
  ` [Intel-gfx] "

[Bug 98005] VCE dual instance encoding inconsistent since st/va: enable dual instances encode by sync surface
 2016-11-19  0:37 UTC  (3+ messages)

[BUG] hdlcd gets confused about base address
 2016-11-18 23:37 UTC 

[Bug 98771] 3786^^~~#~~TollFREEEEEEEEEEEEEEEEEEE&&&Call to 1-844-633-3786 For norton.com/setup
 2016-11-18 23:04 UTC  (2+ messages)

[PATCH] drm/msm: Remove bad calls to of_node_put()
 2016-11-18 22:04 UTC  (2+ messages)

[PATCH v2 0/7] drm/tilcdc: LCDC Revision 1 related fixes
 2016-11-18 21:53 UTC  (13+ messages)
` [PATCH v2 1/7] drm/tilcdc: Enable sync lost error and recovery handling for rev 1 LCDC
` [PATCH v2 7/7] drm/tilcdc: Load palette at the end of mode_set_nofb()

[Bug 98664] Fragment shader while loop causes geometry corruption
 2016-11-18 21:51 UTC  (4+ messages)

[PATCH v3 0/3] drm/tilcdc: Add bridge support and sync-lost flood recovery
 2016-11-18 21:33 UTC  (7+ messages)
` [PATCH v3 2/3] drm/bridge: Add ti-tfp410 DVI transmitter driver
    ` [v3,2/3] "

[Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Wither2's ground
 2016-11-18 21:19 UTC  (9+ messages)
` [Bug 98761] [regression][radeonsi][polaris]"radeonsi: set IF_THRESHOLD to 3" breaks Witcher2's ground

[PATCH] PCI: create revision file in sysfs
 2016-11-18 19:06 UTC  (13+ messages)
` [PATCH v3] "

[PATCH] drm/sun4i: Fix a return value in case of error
 2016-11-18 18:18 UTC 

[Bug 185681] New: amdgpu: powerplay initialization failed
 2016-11-18 18:01 UTC  (2+ messages)
` [Bug 185681] "

[PATCHv3 0/4] drm/tilcdc: Cleanup tilcdc init sequence
 2016-11-18 16:57 UTC  (3+ messages)
` [PATCHv3 3/4] drm/tilcdc: Use unload to handle initialization failures

[Bug 98619] amdgpu 0000:01:00.0: GPU fault detected: 146 0x09d88404 (Shadow of Mordor)
 2016-11-18 15:34 UTC  (4+ messages)

[PATCH] vgaarb: Downgrade userspace-triggerable messages to debug
 2016-11-18 15:30 UTC  (2+ messages)

[PATCH] drm: mediatek: use ERR_CAST inlined function
 2016-11-18 14:03 UTC 

[Bug 98738] AMD E450| HD 6320 - crashing playback with kodi, maybe vdpau problem, mesa, r600
 2016-11-18 13:03 UTC  (2+ messages)

v4.9-rc3: graphical artefacts in X
 2016-11-18 11:14 UTC  (2+ messages)

[Bug 188091] New: Resume with two monitors, second monitor is not resumed until VT switch
 2016-11-18 10:27 UTC 

[Resend PATCH] drm/mediatek: fix null pointer dereference
 2016-11-18 10:06 UTC 

[PATCH] drm/vgem: Allow root to inject hanging fences onto dmabufs
 2016-11-18  9:48 UTC  (4+ messages)

[PATCH v2] vgaarb: Use dev_printk() when possible
 2016-11-18  9:44 UTC  (4+ messages)

[PATCH v2] Revert "dma-buf/sync-file: Avoid enable fence signaling if poll(.timeout=0)"
 2016-11-18  9:37 UTC  (3+ messages)

[PATCH] drm: document standard connector properties
 2016-11-18  8:45 UTC  (4+ messages)

[PATCH v2 1/4] drm: Define drm_mm_for_each_node_in_range()
 2016-11-18  8:43 UTC  (3+ messages)
` [PATCH] "

[PATCH v5] drm/mediatek: fixed the calc method of data rate per lane
 2016-11-18  5:17 UTC  (4+ messages)

[PATCH v9 00/10] MT2701 DRM support
 2016-11-18  4:56 UTC  (5+ messages)
` [PATCH v9 02/10] drm/mediatek: add *driver_data for different hardware settings
` [PATCH v9 09/10] drm/mediatek: update DSI sub driver flow for sending commands to panel

[PATCH] drm/sun4i: Only count TCON endpoints as valid outputs
 2016-11-18  2:22 UTC  (6+ messages)
` [PATCH] drm/sun4i: tcon: Initialize regmap after enabling bus clocks

[PATCH] ARM: dts: am335x-boneblack: Add blue-and-red-wiring -property to LCDC node
 2016-11-18  1:25 UTC  (2+ messages)

[git pull] drm fixes for rc6 (brown paper bag edition)
 2016-11-18  1:01 UTC 

[PATCH RFC 00/12] tda998x updates
 2016-11-18  0:01 UTC  (3+ messages)
` [PATCH RFC 01/12] drm/i2c: tda998x: avoid race in tda998x_encoder_mode_set()

[PATCH 0/2] R-Car DU: Add support for LVDS mode selection
 2016-11-17 21:41 UTC  (4+ messages)
` [PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

[PATCH v4 0/2] ARM: dts: sun6i: hummingbird-a31: Enable display output through VGA bridge
 2016-11-17 20:27 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH 0/5] Handle link training failure during modeset
 2016-11-17 19:55 UTC  (9+ messages)
` [PATCH 4/5] drm/i915: Find fallback link rate/lane count
` [PATCH 5/5] drm/i915: Implement Link Rate fallback on Link training failure

[PATCH] amdkfd: fix spelling mistake in kfd_ioctl_dbg_unrgesiter
 2016-11-17 19:37 UTC  (2+ messages)

[PATCH 00/32] drm: Deduplicate fb format information
 2016-11-17 19:27 UTC  (14+ messages)
` [PATCH 14/32] drm/vmwgfx: Populate fb->pixel_format
` [PATCH 31/32] drm: Nuke fb->bits_per_pixel
  ` [PATCH v2 "
` [PATCH 32/32] drm: Nuke fb->pixel_format
` [PATCH 19/32] drm: Store a pointer to drm_format_info under drm_framebuffer

[drm-intel:drm-intel-next-queued 2/2] drivers/gpu/drm/i915/i915_gem_stolen.c:516:20: error: unused variable 'ggtt'
 2016-11-17 19:16 UTC 

[Bug 90320] Lenovo ThinkPad E455 (Kaveri A10-7300): Blank built-in screen with radeon kms driver
 2016-11-17 19:13 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).