dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-01 08:38:26 to 2016-12-02 16:17:02 UTC [more...]

[Bug 98578] AMDGPU white glitches in some games
 2016-12-02 16:17 UTC 

[PATCH 00/22] R-Car Gen3 HDMI output support
 2016-12-02 16:08 UTC  (32+ messages)
` [PATCH 01/22] drm: bridge: dw-hdmi: Merge __hdmi_phy_i2c_write and hdmi_phy_i2c_write
` [PATCH 02/22] drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functions
` [PATCH 03/22] drm: bridge: dw-hdmi: Remove unused function parameter
` [PATCH 04/22] drm: bridge: dw-hdmi: Embed drm_bridge in struct dw_hdmi
` [PATCH 05/22] drm: bridge: dw-hdmi: Remove encoder field from "
` [PATCH 06/22] drm: bridge: dw-hdmi: Don't forward HPD events to DRM core before attach
` [PATCH 07/22] drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common code
` [PATCH 08/22] drm: bridge: dw-hdmi: Reorder functions to prepare for next commit
` [PATCH 09/22] drm: bridge: dw-hdmi: Create connector in the bridge attach operation
` [PATCH 10/22] drm: bridge: dw-hdmi: Implement DRM bridge registration
` [PATCH 11/22] drm: bridge: dw-hdmi: Refactor hdmi_phy_configure resolution parameter
` [PATCH 12/22] drm: bridge: dw-hdmi: Abstract the platform PHY configuration
` [PATCH 13/22] drm: bridge: dw-hdmi: Replace device type with platform quirks
` [PATCH 14/22] dt-bindings: display: dw-hdmi: Clean up DT bindings documentation
  ` [PATCH 15/22] dt-bindings: display: renesas: Add R-Car Gen3 HDMI TX DT bindings
` [PATCH 16/22] drm: rcar-du: Add Gen3 HDMI encoder support
` [PATCH 17/22] drm: rcar-du: Skip disabled outputs
` [PATCH 18/22] drm: rcar-du: Add DPLL support
` [PATCH 19/22] drm: rcar-du: Add HDMI outputs to R8A7795 device description
` [PATCH 20/22] arm64: dts: r8a7795: Add HDMI encoder support
` [PATCH 21/22] arm64: dts: r8a7795: salvator-x: Enable HDMI outputs
` [PATCH 22/22] arm64: dts: r8a7795: salvator-x: Add DU1 and DU2 external dot clocks

[PATCH] drm/bridge: analogix: Don't return -EINVAL when panel not support PSR in PSR functions
 2016-12-02 16:03 UTC  (3+ messages)

[PATCH 1/2] drm: fix possible_crtc's type
 2016-12-02 15:56 UTC  (9+ messages)
` [PATCHv2 2/2] drm/omap: fix primary-plane's possible_crtcs

drm/radeon spamming alloc_contig_range: [xxx, yyy) PFNs busy busy
 2016-12-02 15:17 UTC  (11+ messages)

[PATCH v2] drm/i915/dsi: Fix swapping of MIPI_SEQ_DEASSERT_RESET / MIPI_SEQ_ASSERT_RESET
 2016-12-02 15:01 UTC 

[PATCH v2] drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_clock_gating
 2016-12-02 14:29 UTC 

[PATCH 0/7] Tests for sync infrastructure
 2016-12-02 14:08 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 00/18] drm/i915/dsi: Fix / cleanup dsi enable / disable sequences
 2016-12-02 14:01 UTC  (26+ messages)
` [PATCH 01/18] drm/i915/dsi: Fix swapping of MIPI_SEQ_DEASSERT_RESET / MIPI_SEQ_ASSERT_RESET
` [PATCH 02/18] drm/i915/dsi: Fix chv_exec_gpio disabling the GPIOs it is setting
` [PATCH 03/18] drm/i915/dsi: Move calling of wait_for_dsi_fifo_empty to mipi_exec_send_packet
` [PATCH 04/18] drm/i915/dsi: Merge intel_dsi_disable/enable into their respective callers
` [PATCH 05/18] drm/i915/dsi: Add intel_dsi_unprepare() helper
` [PATCH 06/18] drm/i915/dsi: Move disable pll call outside of clear_device_ready()
` [PATCH 07/18] drm/i915/dsi: Move intel_dsi_clear_device_ready()
` [PATCH 08/18] drm/i915/dsi: Document the panel enable / disable sequences from the spec
` [PATCH 09/18] drm/i915/dsi: Make intel_dsi_enable/disable directly exec VBT sequences
` [PATCH 10/18] drm/i915/dsi: Drop bogus MIPI_SEQ_ASSERT_RESET before POWER_ON
` [PATCH 11/18] drm/i915/dsi: Move MIPI_SEQ_POWER_ON/OFF calls together with pmic gpio calls
` [PATCH 12/18] drm/i915/dsi: Group DPOunit clock gate workaround with PLL enable
` [PATCH 13/18] drm/i915/dsi: Execute MIPI_SEQ_DEASSERT_RESET before calling device_ready()
` [PATCH 14/18] drm/i915/dsi: Group MIPI_SEQ_BACKLIGHT_ON/OFF with panel_[en|dis]able_backlight
` [PATCH 15/18] drm/i915/dsi: Document always using v3 SHUTDOWN / MIPI_SEQ_DISPLAY_OFF order
` [PATCH 16/18] drm/i915/dsi: Execute MIPI_SEQ_TEAR_OFF from intel_dsi_post_disable
` [PATCH 17/18] drm/i915/dsi: Call MIPI_SEQ_TEAR_ON and DISPLAY_ON for cmd-mode (untested)
` [PATCH 18/18] drm/i915/dsi: Skip delays for v3 VBTs in vid-mode

[RESEND PATCH v2 0/7] drm/vc4: VEC (SDTV) output support
 2016-12-02 13:48 UTC  (8+ messages)
  ` [RESEND PATCH v2 1/7] drm/vc4: Fix ->clock_select setting for the VEC encoder
  ` [RESEND PATCH v2 2/7] drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum
  ` [RESEND PATCH v2 3/7] drm: Add TV connector states to drm_connector_state
  ` [RESEND PATCH v2 4/7] drm/vc4: Add support for the VEC (Video Encoder) IP
  ` [RESEND PATCH v2 5/7] drm/vc4: Document VEC DT binding
  ` [RESEND PATCH v2 6/7] ARM: bcm/dt: Add VEC node in bcm283x.dtsi
  ` [RESEND PATCH v2 7/7] ARM: bcm/dt: Enable the VEC IP on all RaspberryPi boards

[PATCH] drm/i915/dsi: Do not clear DPOUNIT_CLOCK_GATE_DISABLE from vlv_init_display_clock_gating
 2016-12-02 13:35 UTC  (4+ messages)

[i.MX6 DRM IPUv3] Regression 4.9-rc5: greenish screen with YUV420 video
 2016-12-02 13:05 UTC  (3+ messages)

[PATCH] drm: allow changing DPMS mode for non-CRTC displays
 2016-12-02 12:16 UTC  (4+ messages)

[PATCH] drm/etnaviv: move linear window on MC1.0 parts if necessary
 2016-12-02 12:06 UTC  (2+ messages)

[PATCH 1/2] pwm: lpss: Make builtin and add lookup-table so that i915 can find the pwm_backlight
 2016-12-02 10:55 UTC  (3+ messages)
` [PATCH 2/2] pwm: lpss: Add get_state callback

[PATCH] drm/etnaviv: don't invoke OOM killer from dump code
 2016-12-02 10:44 UTC 

[PATCH] drm/vmwgfx: Switch to mode_cmd2
 2016-12-02 10:03 UTC  (2+ messages)

[Bug 98964] Chromium complains about glXGetSyncValuesOML in 13.0.2
 2016-12-02  9:32 UTC  (2+ messages)

[Bug 189451] New: UVD not responding with Mobility Radeon HD 5650
 2016-12-02  8:53 UTC  (2+ messages)
` [Bug 189451] "

[PATCH 0/2] Add support for Tianma TM070JDHG30 display
 2016-12-02  8:52 UTC  (3+ messages)
` [PATCH 1/2] of: Add vendor prefix for Tianma Micro-electronics
` [PATCH 2/2] drm/panel: simple: Add support for Tianma TM070JDHG30

[PATCH v2 0/7] drm/vc4: VEC (SDTV) output support
 2016-12-02  7:20 UTC  (10+ messages)
` [PATCH v2 1/7] drm/vc4: Fix ->clock_select setting for the VEC encoder
` [PATCH v2 2/7] drm: Turn DRM_MODE_SUBCONNECTOR_xx definitions into an enum
` [PATCH v2 3/7] drm: Add TV connector states to drm_connector_state
` [PATCH v2 4/7] drm/vc4: Add support for the VEC (Video Encoder) IP
` [PATCH v2 5/7] drm/vc4: Document VEC DT binding
` [PATCH v2 6/7] ARM: bcm/dt: Add VEC node in bcm283x.dtsi
` [PATCH v2 7/7] ARM: bcm/dt: Enable the VEC IP on all RaspeberryPi boards

[PATCH] drm/vmwgfx: Switch to mode_cmd2
 2016-12-02  7:00 UTC  (3+ messages)

[PATCH] drm/drm_bridge: adjust bridge module's refcount
 2016-12-02  6:49 UTC  (10+ messages)

[Bug 98931] radeonsi: Very low shader performance
 2016-12-02  4:17 UTC 

4.9-rc7 nouveau fails on arm64 64k page kernel but works with 4k
 2016-12-02  3:23 UTC  (2+ messages)

[PATCH] gpu: vmwgfx: Use dma_pool_zalloc
 2016-12-02  1:32 UTC  (2+ messages)

[Bug 98924] [AMDGPU][SI] R9 m265x doesn't work with experimental kernel driver
 2016-12-02  1:43 UTC  (3+ messages)

[Bug 98520] System randomly crashes / freezes while playing certain games
 2016-12-02  0:53 UTC  (2+ messages)

linux-next: problems fetching the drm-intel, etc trees
 2016-12-01 20:50 UTC  (5+ messages)

[Bug 98874] Desktop suddenly freezes, login via ssh possible, no error messages, unable to power off
 2016-12-01 20:38 UTC 

[drm-intel:drm-intel-next-queued 3/10] htmldocs: drivers/gpu/drm/i915/intel_guc_loader.c:779: warning: No description found for parameter 'dev_priv'
 2016-12-01 20:24 UTC 

[PATCH 1/3] drm: Add a new connector atomic property for link status
 2016-12-01 19:05 UTC  (3+ messages)

[PATCH] drm: Make the connector .detect() callback optional
 2016-12-01 18:15 UTC  (4+ messages)

[PATCH 1/3] dt-bindings: mxsfb: Indentation cleanup
 2016-12-01 18:02 UTC  (6+ messages)
` [PATCH V3 3/3] drm: Add new driver for MXSFB controller

[PULL] MXSFB driver
 2016-12-01 18:02 UTC 

[PATCH v2 01/11] drm/vgem: Use ww_mutex_(un)lock even with a NULL context
 2016-12-01 16:24 UTC  (17+ messages)
` [PATCH v2 02/11] locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
` [PATCH v2 03/11] locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after
` [PATCH v2 04/11] locking/ww_mutex: Set use_ww_ctx even when locking without a context
` [PATCH v2 05/11] locking/ww_mutex: Add waiters in stamp order
` [PATCH v2 06/11] locking/ww_mutex: Notify waiters that have to back off while adding tasks to wait list
` [PATCH v2 07/11] locking/ww_mutex: Wake at most one waiter for back off when acquiring the lock
` [PATCH v2 08/11] locking/ww_mutex: Yield to other waiters from optimistic spin
` [PATCH v2 09/11] locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
` [PATCH v2 10/11] Documentation/locking/ww_mutex: Update the design document
` [PATCH v2 11/11] [rfc] locking/ww_mutex: Always spin optimistically for the first waiter

[pull] radeon and amdgpu drm-next-4.10
 2016-12-01 16:23 UTC  (2+ messages)

[PATCH RFC 0/3] drm/bridge: adjust bridge module's refcount and more
 2016-12-01 15:52 UTC  (4+ messages)
` [PATCH RFC 1/3] drm/drm_bridge: adjust bridge module's refcount
` [PATCH RFC 2/3] drm/bridge: ti-tfp410: Adapt to bridge object and module refcounting
` [PATCH RFC 3/3] drm/tilcdc: Adapt to bridge object refcounting

[PATCH 2/2] drm: Return -ENOTSUPP when called for KMS cap with a non-KMS driver
 2016-12-01 15:23 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 1/2] drm/i915/dsi: Fix swapping of MIPI_SEQ_DEASSERT_RESET / MIPI_SEQ_ASSERT_RESET
 2016-12-01 15:00 UTC  (4+ messages)

[PATCH libdrm 1/5] xf86drm: use maj/min in drmParsePciDeviceInfo()
 2016-12-01 13:35 UTC  (5+ messages)
` [PATCH libdrm 4/5] xf86drm: introduce drmGetDevice[s]2

[PATCH] drm/omap: fix primary-plane's possible_crtcs
 2016-12-01 12:59 UTC  (3+ messages)

[Bug 107381] New: radeon VCE init error (-110) -- AMD/Intel Mars Hybrid Graphics
 2016-12-01 12:36 UTC  (3+ messages)
` [Bug 107381] "

[Bug 98914] mesa-vdpau-drivers: breaks vdpau for mpeg2video
 2016-12-01 12:23 UTC  (2+ messages)

[Bug 188321] New: i915: black screen after disconnecting HDMI monitor
 2016-12-01 12:17 UTC  (2+ messages)
` [Bug 188321] "

[PATCH v7 0/8] drm: sun8i: Add DE2 HDMI video support
 2016-12-01 11:44 UTC  (17+ messages)
        ` How should we group related devices in DT ? (was Re: [PATCH v7 0/8] drm: sun8i: Add DE2 HDMI video support)
` [PATCH v7 4/8] drm/sunxi: Add DT bindings documentation of Allwinner HDMI
        `  "

[RFCv2 PATCH 0/5] CEC drivers for iMX6 and TDA9950
 2016-12-01 10:09 UTC  (3+ messages)
` [RFCv2 PATCH 1/5] video: add HDMI state notifier support

[PULL] drm-intel-fixes
 2016-12-01  9:47 UTC 

[PATCH] drm/bridge: tc358767: don't warn if display side ASSR enable fails
 2016-12-01  9:40 UTC  (4+ messages)

[Bug 91960] [i915] kernel warning hsw_unclaimed_reg_debug intel_uncore.c:619
 2016-12-01  9:27 UTC  (2+ messages)

[PATCH v3 0/4] drm: Add support for the Amlogic Video Processing Unit
 2016-12-01  9:06 UTC  (5+ messages)
` [PATCH v3 1/4] drm: Add support for Amlogic Meson Graphic Controller
` [PATCH v3 2/4] ARM64: dts: meson-gx: Add Graphic Controller nodes
` [PATCH v3 3/4] dt-bindings: display: add Amlogic Meson DRM Bindings
` [PATCH v3 4/4] MAINTAINERS: add entry for Amlogic DRM drivers

[RFC v3 0/3] Hello,
 2016-12-01  8:42 UTC  (7+ messages)
` [RFC v3 1/3] fbmem: add default get_fb_unmapped_area function


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).