messages from 2016-04-25 21:13:49 to 2016-04-27 06:39:09 UTC [more...]
[RFC v2 0/8] drm: explicit fencing support
2016-04-27 6:39 UTC (31+ messages)
` [RFC v2 1/8] dma-buf/fence: add fence_collection fences
` [RFC v2 2/8] Documentation: add fence-collection to kernel DocBook
` [RFC v2 3/8] dma-buf/sync_file: add sync_file_fences_get()
` [RFC v2 4/8] drm/fence: allow fence waiting to be interrupted by userspace
` [RFC v2 5/8] drm/fence: add in-fences support
` [RFC v2 6/8] drm/fence: add fence to drm_pending_event
` [RFC v2 7/8] drm/fence: add fence timeline to drm_crtc
` [RFC v2 8/8] drm/fence: add out-fences support
drm reference counter connectors and fix lifetimes
2016-04-27 6:29 UTC (8+ messages)
` [PATCH 13/15] drm: take references to connectors used in a modeset
` [PATCH 14/15] drm/i915/mst: use reference counted connectors
[PATCH 0/3] drm/msm: Remove drm_driver load/unload ops
2016-04-27 4:55 UTC (5+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] drm/msm/hdmi: Prevent gpio_free related kernel warnings
linux-next: manual merge of the drm-misc tree with the drm-intel tree
2016-04-27 2:32 UTC
[PATCH 1/5] drm/modes: add connector reference counting. (v2)
2016-04-27 2:03 UTC (5+ messages)
` [PATCH 2/5] drm/fb_helper: add connector reference counting
` [PATCH 3/5] drm/crtc: take references to connectors used in a modeset
` [PATCH 4/5] drm/atomic: use connector references
` [PATCH 5/5] drm/i915/mst: use reference counted connectors. (v2)
[GIT PULL] drm-hisilicon-next-2016-04-18 for 4.7
2016-04-26 23:43 UTC (2+ messages)
[PATCH 0/4 v6] drm: Add support of ARC PGU display controller
2016-04-26 23:40 UTC (4+ messages)
` [GIT PULL] "
[PATCH 00/24] drm: add extern C guard for the UAPI headers
2016-04-26 23:37 UTC (4+ messages)
` [PATCH 19/24] drm/sis: add missing include drm.h for the UAPI header
[GIT PULL v2] MT8173 DRM support
2016-04-26 23:15 UTC (2+ messages)
bug in autoloading of imx-ipuv3-crtc
2016-04-26 22:59 UTC (5+ messages)
[Bug 117131] New: vga_switcheroo does not switch IGP -> DIS ( IGP == i915 , DIS == radeon )
2016-04-26 22:20 UTC (11+ messages)
` [Bug 117131] "
[PATCH 00/35] Moar struct_mutex nuking
2016-04-26 21:52 UTC (53+ messages)
` [PATCH 01/35] drm: Give drm_agp_clear drm_legacy_ prefix
` [PATCH 02/35] drm: Put legacy lastclose work into drm_legacy_dev_reinit
` [PATCH 03/35] drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
` [PATCH 04/35] drm: Forbid legacy MAP functions for DRIVER_MODESET
` [PATCH 05/35] drm: Push struct_mutex into ->master_destroy
` [PATCH 06/35] drm: Hide master MAP cleanup in drm_bufs.c
` [PATCH 07/35] drm: Make drm_vm_open/close_locked private to drm_vm.c
` [PATCH 08/35] drm: Protect dev->filelist with its own mutex
` [Intel-gfx] "
` [PATCH 09/35] drm/gem: support BO freeing without dev->struct_mutex
` [PATCH 10/35] drm/amdgpu: Use lockless gem BO free callback
` [PATCH 11/35] drm/armada: "
` [PATCH 12/35] drm/ast: "
` [PATCH 13/35] drm/atmel: "
` [PATCH 14/35] drm/bochs: "
` [PATCH 15/35] drm/cirrus: "
` [PATCH 16/35] drm/etnaviv: "
` [PATCH 17/35] drm/exynos: "
` [PATCH 18/35] drm/fls-dcu: "
` [PATCH 19/35] drm/imx: "
` [PATCH 20/35] drm/mga200g: "
` [PATCH 21/35] drm/nouveau: "
` [PATCH 22/35] drm/qxl: "
` [PATCH 23/35] drm/radeon: "
` [PATCH 24/35] drm/rcar-du: "
` [PATCH 25/35] drm/rockchip: "
` [PATCH 26/35] drm/shmob: "
` [PATCH 27/35] drm/tegra: "
` [PATCH 28/35] drm/tilcdc: "
` [PATCH 29/35] drm/vc4: Use drm_gem_object_unreference_unlocked
` [PATCH 30/35] drm/vc4: Use lockless gem BO free callback
` [PATCH 31/35] drm/vgem: "
` [PATCH 32/35] drm/virtio: "
` [PATCH 33/35] drm: sti: remove useless call to dev->struct_mutex
` [PATCH 34/35] drm/virtio: Use lockless gem BO free callback
` [PATCH 35/35] drm/rockchip: Use cma gem vm ops
i915: screen flicker
2016-04-26 21:46 UTC
[PATCH 00/23] OMAP DRM fixes and improvements
2016-04-26 20:35 UTC (24+ messages)
` [PATCH 01/23] drm: omapdrm: fb: Limit number of planes per framebuffer to two
` [PATCH 02/23] drm: omapdrm: fb: Don't store format BPP for each plane
` [PATCH 03/23] drm: omapdrm: fb: Store number of planes in format structure
` [PATCH 04/23] drm: omapdrm: fb: Simplify objects lookup when creating framebuffer
` [PATCH 05/23] drm: omapdrm: fb: Simplify mode command checks "
` [PATCH 06/23] drm: omapdrm: fb: Turn framebuffer creation error messages into debug
` [PATCH 07/23] drm: omapdrm: Handle FIFO underflow IRQs internally
` [PATCH 08/23] drm: omapdrm: Handle CRTC error IRQs directly
` [PATCH 09/23] drm: omapdrm: Handle OCP error IRQ directly
` [PATCH 10/23] drm: omapdrm: Use atomic state instead of local device state
` [PATCH 11/23] drm: omapdrm: Check DSS manager state in the enable/disable helpers
` [PATCH 12/23] drm: omapdrm: Prevent processing the same event multiple times
` [PATCH 13/23] drm: omapdrm: Use a spinlock to protect the CRTC pending flag
` [PATCH 14/23] drm: omapdrm: Keep vblank interrupt enabled while CRTC is active
` [PATCH 15/23] drm: omapdrm: Don't expose the omap_irq_(un)register() functions
` [PATCH 16/23] drm: omapdrm: Don't call DISPC power handling in IRQ wait functions
` [PATCH 17/23] drm: omapdrm: Make pipe2vbl function static
` [PATCH 18/23] drm: omapdrm: Simplify IRQ wait implementation
` [PATCH 19/23] drm: omapdrm: Remove global variables
` [PATCH 20/23] drm: omapdrm: panel-lgphilips-lb035q02: Remove unused backlight GPIO
` [PATCH 21/23] drm: omapdrm: Remove unused omap_framebuffer_bo function
` [PATCH 22/23] drm: omapdrm: Remove unused omap_gem_tiled_size function
` [PATCH 23/23] drm: omapdrm: Remove buffer synchronization support
[PATCH v6 03/25] io-mapping: Specify mapping size for io_mapping_map_wc()
2016-04-26 20:05 UTC
i951 Xv playback uneven
2016-04-26 20:02 UTC
[Bug 71789] New: [r300g] Visuals not found in (default) depth = 24
2016-04-26 19:38 UTC (3+ messages)
` [Bug 71789] "
[PATCH] drm/vc4: Return -EBUSY if there's already a pending flip event
2016-04-26 17:43 UTC
[PATCH v2] drm/imx: imx-ldb: Add DDC support
2016-04-26 17:40 UTC
[PATCH v2 0/8] drm: Add fbdev deferred io support to helpers
2016-04-26 17:19 UTC (9+ messages)
` [PATCH v2 4/8] drm/fb-helper: Add fb_deferred_io support
` [PATCH v2 1/8] drm/rect: Add some drm_clip_rect utility functions
[PATCH v13 0/2] staging/android: Sync ABI rework
2016-04-26 15:32 UTC (3+ messages)
` [PATCH v13 1/2] kernel.h: add u64_to_user_ptr()
` [PATCH v13 2/2] staging/android: refactor SYNC IOCTLs
[PATCH 00/12] drm/atomic: Rename async to nonblocking
2016-04-26 15:03 UTC (15+ messages)
` [PATCH 01/12] drm/atomic: Rename async parameter "
` [PATCH 02/12] drm/atomic: Rename drm_atomic_async_commit "
` [PATCH 03/12] drm/arm/hdlcd: Rename async to nonblock
` [PATCH 04/12] drm/exynos: "
` [PATCH 05/12] drm/msm: "
` [PATCH 06/12] drm/omapdrm: "
` [PATCH 07/12] drm/rcar-du: "
` [PATCH 08/12] drm/sti: "
` [PATCH 09/12] drm/tegra: "
` [PATCH 10/12] drm/rockchip: "
` [PATCH 11/12] drm/vc4: "
` [PATCH 12/12] drm/i915: "
[Bug 116251] New: radeon 5a427809cd9143bef89ee3110f45e84f37484218 "drm/radeon: disable runtime pm on PX laptop" makes dGPU never stop
2016-04-26 14:52 UTC (3+ messages)
` [Bug 116251] "
[PATCH v12 0/2] staging/android: Sync ABI rework
2016-04-26 14:40 UTC (5+ messages)
` [PATCH v12 1/2] kernel.h: add u64_to_user_ptr()
[Bug 51381] New: [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo
2016-04-26 14:35 UTC (2+ messages)
` [Bug 51381] "
[Bug 95089] Stronghold3 Black screen with glove on RC410M [Mobility Radeon Xpress 200M]
2016-04-26 13:28 UTC (3+ messages)
` [Bug 95089] EON game ports black screen "
RFC: libdrm: Support Iris Graphics 540 & 550 (Skylake GT3e)
2016-04-26 11:41 UTC
[PATCH 1/3] drm/dp: Add definition for Display Control DPCD Registers capability size
2016-04-26 11:25 UTC
[PATCH 00/10] Another shot at cruft removal
2016-04-26 11:24 UTC (6+ messages)
` [PATCH 02/10] drm: Use dev->name as fallback for dev->unique
` [PATCH 03/10] drm/sysfs: Annote lockless show functions with READ_ONCE
[PATCH] drm/omap: check plane size
2016-04-26 10:16 UTC
[Bug 95026] Alien Isolation segfault after initial loading screen/video
2016-04-26 10:07 UTC (3+ messages)
[Bug 95101] Wrong colors in Coffin Dodgers demo with HD6950
2016-04-26 10:06 UTC (4+ messages)
[PATCH v4 00/11] drm: Add Allwinner A10 display engine support
2016-04-26 9:59 UTC (11+ messages)
` [PATCH v4 05/11] drm: Add Allwinner A10 Display Engine support
` [PATCH v4 06/11] drm: sun4i: Add RGB output
` [PATCH v4 07/11] drm: sun4i: Add composite output
` [PATCH v4 08/11] drm: sun4i: tv: Add PAL output standard
` [PATCH v4 09/11] drm: sun4i: tv: Add NTSC "
[PATCH v14 0/8] MT8173 DRM support
2016-04-26 8:48 UTC (4+ messages)
` [PATCH v14 2/8] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173
[PATCH v4 03/25] io-mapping: Specify mapping size for io_mapping_map_wc()
2016-04-26 6:54 UTC
[Bug 93551] Divinity: Original Sin Enhanced Edition(Native) crash on start
2016-04-26 6:49 UTC (2+ messages)
[PATCH] drm/ttm: fix kref count mess in ttm_bo_move_to_lru_tail
2016-04-26 4:50 UTC (2+ messages)
[PATCH 1/2] drm/dsi: Implement DCS get display mode
2016-04-26 4:39 UTC (4+ messages)
` [PATCH 2/2] drm/dsi: Implement DCS get display self diagnostic
[PATCH 0/6] drm/fsl-dcu: unload fixes
2016-04-26 3:27 UTC (2+ messages)
[Bug 95133] X-COM Enemy Within crashes when entering tactical mission with Bonaire
2016-04-25 23:48 UTC (2+ messages)
[Bug 92258] Opening context menu in Steam could lead to radeon kernel module crash
2016-04-25 22:55 UTC (2+ messages)
` [Bug 92258] [regression] Opening menu in Steam running via DRI_PRIME with enabled DRI3 "
[PATCH v2 00/13] R-Car VSP improvements for v4.7 - Round 2
2016-04-25 21:36 UTC (3+ messages)
` [PATCH v2 11/13] drm: rcar-du: Add alpha support for VSP planes
` [PATCH v2 12/13] drm: rcar-du: Add Z-order "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox