dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-06-01 08:28:04 to 2016-06-02 00:27:57 UTC [more...]

[PATCH] drm/vc4: Fix ioctl permissions for render nodes
 2016-06-02  0:27 UTC 

[PATCH 00/12] Improve PX support in radeon and amdgpu
 2016-06-02  0:02 UTC  (14+ messages)
` [PATCH 01/12] drm/amdgpu: disable power control on hybrid laptops
` [PATCH 02/12] drm/amdgpu: clean up atpx power control handling
` [PATCH 03/12] drm/amdgpu: add a delay after ATPX dGPU power off
` [PATCH 04/12] drm/amdgpu/atpx: add a query for ATPX dGPU power control
` [PATCH 05/12] drm/amdgpu: use PCI_D3hot for PX systems without "
` [PATCH 06/12] drm/amdgpu/atpx: drop forcing of "
` [PATCH 07/12] drm/radeon: disable power control on hybrid laptops
` [PATCH 08/12] drm/radeon: clean up atpx power control handling
` [PATCH 09/12] drm/radeon: add a delay after ATPX dGPU power off
` [PATCH 10/12] drm/radeon/atpx: add a query for ATPX dGPU power control
` [PATCH 11/12] drm/radeon: use PCI_D3hot for PX systems without "
` [PATCH 12/12] drm/radeon/atpx: drop forcing of "

Fence array patchset
 2016-06-01 22:44 UTC  (19+ messages)
` [PATCH 01/11] dma-buf/fence: make fence context 64 bit v2
` [PATCH 02/11] dma-buf/fence: add fence_array fences v6
` [PATCH 03/11] dma-buf/fence: add signal_on_any to the fence array v2
` [PATCH 04/11] drm/amdgpu: document amdgpu_sync_get_fence
` [PATCH 05/11] drm/amdgpu: generalize the scheduler fence
` [PATCH 06/11] drm/amdgpu: remove amdgpu_sync_wait
` [PATCH 07/11] drm/amdgpu: add optional ring to amdgpu_sync_is_idle
` [PATCH 08/11] drm/amdgpu: prefer VMIDs idle on the current ring
` [PATCH 09/11] drm/amdgpu: reuse VMIDs assigned to a VM only if there is also a free one
` [PATCH 10/11] drm/amdgpu: use a fence array for VMID management
` [PATCH 11/11] drm/amdgpu: remove now unnecessary checks

[PATCH v7 00/12] Support non-lru page migration
 2016-06-01 22:40 UTC  (3+ messages)

[PATCH 0/4] Fix SDMA after module reload
 2016-06-01 22:27 UTC  (5+ messages)
` [PATCH 1/4] drm/amdgpu: clear RB at ring init
` [PATCH 2/4] drm/amdgpu: clear SA bo when created
` [PATCH 3/4] drm/amdgpu: init more register for sdma
` [PATCH 4/4] drm/amdgpu: modify sdma start sequence

[PATCH] drm: Deal with rotation in drm_plane_helper_check_update()
 2016-06-01 22:17 UTC  (3+ messages)

[PATCH 00/38] nonblocking atomic commits for everyone!
 2016-06-01 22:07 UTC  (39+ messages)
` [PATCH 01/38] drm/atomic-helper: use for_each_*_in_state more
` [PATCH 02/38] drm/i915: Use drm_atomic_get_existing_plane_state
` [PATCH 03/38] drm/msm: Use for_each_*_in_state
` [PATCH 04/38] drm/rcar-du: "
` [PATCH 05/38] drm/vc4: Use for_each_plane_in_state
` [PATCH 06/38] drm/omap: "
` [PATCH 07/38] drm/exynos: Use for_each_crtc_in_state
` [PATCH 08/38] drm/atomic: Add __drm_atomic_get_current_plane_state
` [PATCH 09/38] drm: Consolidate connector arrays in drm_atomic_state
` [PATCH 10/38] drm: Consolidate plane "
` [PATCH 11/38] drm: Consolidate crtc "
` [PATCH 12/38] drm/fence: add fence to drm_pending_event
` [PATCH 13/38] drm/atomic-helper: Massage swap_state signature somewhat
` [PATCH 14/38] drm/arc: Nuke event_list
` [PATCH 15/38] drm/arc: Actually bother with handling atomic events
` [PATCH 16/38] drm/hdlcd: Clean up crtc hooks
` [PATCH 17/38] drm/hdlcd: Fix up crtc_state->event handling
` [PATCH 18/38] drm/fsl-du: Implement some semblance of vblank event handling
` [PATCH 19/38] drm/hisilicon: "
` [PATCH 20/38] drm/sun4i: "
` [PATCH 21/38] drm/atomic: kerneldoc for drm_atomic_crtc_needs_modeset
` [PATCH 22/38] drm/atomic-helper: nonblocking commit support
` [PATCH 23/38] drm/hdlcd: Use helper support for nonblocking commits
` [PATCH 24/38] drm/arc: Implement nonblocking commit correctly
` [PATCH 25/38] drm/i915: Signal drm events for atomic
` [PATCH 26/38] drm/i915: Roll out the helper nonblock tracking
` [PATCH 27/38] drm/i915: nonblocking commit
` [PATCH 28/38] drm/i915: Use atomic commits for legacy page_flips
` [PATCH 29/38] drm/i915: Move fb_bits updating later in atomic_commit
` [PATCH 30/38] drm/rockchip: Disarm vop->is_enabled
` [PATCH 31/38] drm/rockchip: Fix crtc_state->event signalling
` [PATCH 32/38] drm/rockchip: convert to helper nonblocking atomic commit
` [PATCH 33/38] drm/rockchip: Nuke pending event handling in preclose
` [PATCH 34/38] drm/virtio: Don't reinvent a flipping wheel
` [PATCH 35/38] drm: Replace fb_helper->atomic with mode_config->atomic_commit
` [PATCH 36/38] drm: Resurrect atomic rmfb code
` [PATCH 37/38] drm/sti: Don't call drm_helper_disable_unused_functions
` [PATCH 38/38] drm/crtc-helper: disable_unused_functions really isn't for atomic

[PATCH 00/26] RFC: generic nonblocking support in the atomic helpers
 2016-06-01 22:02 UTC  (4+ messages)
` [PATCH 19/26] drm/sun4i: Implement some semblance of vblank event handling

[PATCH v4 1/2] drm: bridge: Add sii902x driver
 2016-06-01 21:56 UTC  (4+ messages)

[PATCH 1/3] drm/amdgpu: load different smc firmware on some CI variants
 2016-06-01 21:28 UTC  (3+ messages)
` [PATCH 2/3] drm/radeon: load different smc firmware on some SI variants
` [PATCH 3/3] drm/radeon: load different smc firmware on some CI variants

[PATCH 0/3] fix module unloading with powerplay enabled
 2016-06-01 21:17 UTC  (4+ messages)
` [PATCH 1/3] drm/amdgpu: add late_fini for ip_funcs
` [PATCH 2/3] drm/amdgpu: impl late_fini for amdgpu_pp_ip
` [PATCH 3/3] drm/amdgpu: fix pplib finish bug

[RFT v3] drm: use late_initcall() for amdkfd and radeon
 2016-06-01 21:11 UTC  (5+ messages)

[PATCH] drm/panel: Remove the get_timings() function
 2016-06-01 19:18 UTC 

[Bug 88458] The monitor turns off when playing starcraft 2 in wine
 2016-06-01 18:24 UTC  (3+ messages)

[Bug 117151] New: amdgpu: Fails to initialize R7 260x (Bonaire)
 2016-06-01 18:02 UTC  (4+ messages)
` [Bug 117151] "

[PATCH 0/4] nouveau fixes for RPM/Optimus-related hangs
 2016-06-01 17:40 UTC  (15+ messages)
` [PATCH 4/4] drm/nouveau/acpi: fix lockup with PCIe runtime PM
                    ` [Nouveau] "

[GIT PULL] imx-drm: LVDS updates and some cleanup
 2016-06-01 16:51 UTC 

[GIT PULL] drm/mediatek: MT8173 DSI and DPI fixes
 2016-06-01 16:50 UTC 

[PATCH 00/27] locklesss gem BO free driver patches
 2016-06-01 16:26 UTC  (5+ messages)
` [PATCH 01/27] drm/armada: Use lockless gem BO free callback
` [PATCH 23/27] drm/sun4i: "

[RFC PATCH 0/4] rk3399 support ddr frequency scaling
 2016-06-01 15:46 UTC  (9+ messages)
  ` [RFC PATCH 1/4] rockchip: rockchip: add new clock-type for the ddrclk
` [RFC PATCH 2/4] clk: rockchip: rk3399: add ddrc clock support
` [RFC PATCH 3/4] PM / devfreq: rockchip: add devfreq driver for rk3399 dmc
` [RFC PATCH 4/4] drm/rockchip: Add dmc notifier in vop driver

[PATCH v3 1/2] drm/panel: simple: Add support for Sharp LQ101K1LY04
 2016-06-01 15:35 UTC  (2+ messages)
  ` [PATCH v3 2/2] drm/panel: simple: Add Documentation "

[PATCH] drm: Update obsolete information from {enable/disable}_vblank hooks
 2016-06-01 15:35 UTC 

[PULL v2] drm: atmel-hlcdc: fixes for 4.7-rc2
 2016-06-01 15:28 UTC 

[PATCH] drm/rockchip: vop: do axi reset in vop initial time
 2016-06-01 15:19 UTC  (3+ messages)

[PATCH v3 0/4] HDLCD cleanups for v4.7
 2016-06-01 15:19 UTC  (5+ messages)
` [PATCH v3 1/4] drm: hdlcd: Revamp runtime power management
` [PATCH v3 2/4] drm/hdlcd: Fix up crtc_state->event handling
` [PATCH v3 3/4] drm: hdlcd: Cleanup the atomic plane operations
` [PATCH v3 4/4] drm: hdlcd: Add information about the underlying framebuffers in debugfs

[PATCH] drm/amdgpu: fix fw leak in non-powerplay dpm code
 2016-06-01 15:10 UTC 

[RESEND PATCH 0/6] Rockchip Type-C and DispplayPort driver
 2016-06-01 14:56 UTC  (3+ messages)
` [RESEND PATCH 4/6] Documentation: bindings: add dt documentation for cdn DP controller

[PATCH v2 0/5] HDLCD cleanups for v4.7
 2016-06-01 14:51 UTC  (7+ messages)
` [PATCH v2 1/5] drm: hdlcd: Revamp runtime power management
` [PATCH v2 2/5] drm/hdlcd: Fix up crtc_state->event handling
` [PATCH v2 3/5] drm: hdlcd: Cleanup the atomic plane operations
` [PATCH v2 4/5] drm: hdlcd: Don't touch vsync interrupts during vblank enable/disable
` [PATCH v2 5/5] drm: hdlcd: Add information about the underlying framebuffers in debugfs

[PATCH] drm/doc: Switch to sphinx/rst fixed-width quoting
 2016-06-01 14:44 UTC 

[PATCH 6/6] drm/doc: Switch to sphinx/rst fixed-width quoting
 2016-06-01 14:44 UTC  (6+ messages)
` [PATCH] "

[PATCH v2 01/21] drm: Export drm_dev_init() for subclassing
 2016-06-01 14:42 UTC  (15+ messages)
` [PATCH v2 02/21] drm: Add a callback from connector registering
` [PATCH v2 03/21] drm: Make drm_connector_register() safe against multiple calls
` [PATCH v2 04/21] drm: Automatically unregister the connector during cleanup
` [PATCH v2 05/21] drm: Minimally initialise drm_dp_aux

[PATCH 0/9] Fix runtime pm ref leaks
 2016-06-01 14:40 UTC  (7+ messages)
` [PATCH 9/9] drm: Turn off crtc before tearing down its data structure
  ` [Nouveau] "

[PULL] drm: atmel-hlcdc: fixes for 4.7-rc2
 2016-06-01 13:52 UTC  (2+ messages)

[PATCH] drm: hdlcd: Cleanup the atomic plane operations and vsync handling
 2016-06-01 13:33 UTC 

[PATCH] drm: Only create a cmdline mode if no probed modes match
 2016-06-01 13:19 UTC  (8+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 0/3] drm/exynos: support HW trigger on i80 mode
 2016-06-01 13:13 UTC  (5+ messages)
` [PATCH 2/3] drm/exynos: fimd: add HW trigger support

[PATCH v5 0/1] sti: add audio interface to the hdmi driver
 2016-06-01 11:55 UTC  (3+ messages)
` [PATCH v5 1/1] drm: sti: Add ASoC generic hdmi codec support

[PATCH] drm: atmel-hlcdc: actually disable scaling when no scaling is required
 2016-06-01 11:42 UTC 

[RFC v2 0/5] MT2701 DRM support
 2016-06-01  9:10 UTC  (8+ messages)
` [RFC v2 1/5] drm/mediatek: rename macros, add chip suffix
` [RFC v2 3/5] drm/mediatek: add *driver_data for different hardware settings

[PATCH v2 00/27] fb/drm: omapdss: Clean up the headers and separate the two stack
 2016-06-01  8:35 UTC  (28+ messages)
` [PATCH v2 01/27] omapfb: panel-tpo-td028ttec1: Remove legacy boot support
` [PATCH v2 02/27] omapfb: panel-nec-nl8048hl11: "
` [PATCH v2 03/27] omapfb: panel-tpo-td043mtea1: "
` [PATCH v2 04/27] omapfb: panel-sharp-ls037v7dw01: "
` [PATCH v2 05/27] omapfb: panel-lgphilips-lb035q02: "
` [PATCH v2 06/27] omapfb: panel-dsi-cm: "
` [PATCH v2 07/27] omapfb: connector-hdmi: "
` [PATCH v2 08/27] omapfb: connector-dvi: "
` [PATCH v2 09/27] omapfb: encoder-tfp410: "
` [PATCH v2 10/27] omapfb: encoder-tpd12s015: No need to include video/omap-panle-data.h
` [PATCH v2 11/27] drm/omap: displays: Do not include video/omap-panel-data.h if not needed
` [PATCH v2 12/27] omapdss: omap-panel-data.h: Remove struct omap_dss_device declaration
` [PATCH v2 13/27] drm/omap: connector-analog-tv: Support only Composite type in legacy boot
` [PATCH v2 14/27] omapfb: "
` [PATCH v2 15/27] ARM: OMAP: rx51-video: Do not set TV connector_type
` [PATCH v2 16/27] omapdss: omap-panel-data.h: Remove connector_type from atv pdata
` [PATCH v2 17/27] ARM/video: omap2: Move omap_display_init declaration to mach-omap2/display.h
` [PATCH v2 18/27] drm/omap: Remove reference to pdata->default_device
` [PATCH v2 19/27] omapfb: "
` [PATCH v2 20/27] video: omapdss: Remove unused members from struct omap_dss_board_info
` [PATCH v2 21/27] video/platform_data: omapdss: Create new header file for platform data
` [PATCH v2 22/27] ARM: OMAP2: Use the platform_data header for omapdss
` [PATCH v2 23/27] omapdss: hdmi audio: Make header file independent of video/omapdss.h
` [PATCH v2 24/27] drm/omap: Do not include video/omapdss.h directly in drivers
` [PATCH v2 25/27] omapfb: Create new header file for omapfb DSS implementation
` [PATCH v2 26/27] [media] omap_vout: Switch to use the video/omapfb_dss.h header file
` [PATCH v2 27/27] drm/omap: Remove the video/omapdss.h and move it's content to local "

[PULL] drm-intel-next
 2016-06-01  8:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox