dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-04-26 14:14:22 to 2016-04-27 11:38:42 UTC [more...]

[PATCH 00/35] Moar struct_mutex nuking
 2016-04-27 11:38 UTC  (78+ 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] drm: sti: remove useless call to dev->struct_mutex
` [PATCH 05/35] drm: Push struct_mutex into ->master_destroy
` [PATCH 06/35] drm: Hide master MAP cleanup in drm_bufs.c
  ` [PATCH] "
` [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
  ` [PATCH 1/3] "
    ` [PATCH 2/3] drm/exynos: Nuke dummy fb->dirty callback
    ` [PATCH 3/3] drm/msm: "

[PATCH] drm/msm: Move call to PTR_ERR_OR_ZERO after reassignment
 2016-04-27 11:21 UTC 

[PATCH v2 0/8] drm: Add fbdev deferred io support to helpers
 2016-04-27 11:14 UTC  (11+ 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] drm: Quiet down drm_mode_getresources
 2016-04-27 11:11 UTC 

[PATCH v14 0/8] MT8173 DRM support
 2016-04-27 10:57 UTC  (6+ messages)
` [PATCH v14 2/8] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173

[GIT PULL v2] MT8173 DRM support
 2016-04-27 10:42 UTC  (3+ messages)

i915: screen flicker
 2016-04-27 10:35 UTC  (4+ messages)

[PATCH 1/9] drm: Add drm_mode_debug_printmodeline_raw
 2016-04-27 10:07 UTC  (3+ messages)
` [PATCH 2/9] drm: Recognize invalid (all-zero) modes in drm_mode_debug_printmodeline(_raw)
` [PATCH 9/9] drm: Quiet down drm_mode_getconnector

blank screen on boot with i915/DRM_FBDEV_EMULATION
 2016-04-27 10:03 UTC  (7+ messages)
      ` i951 ERRORs and WARN_ON()s (was: blank screen on boot with i915/DRM_FBDEV_EMULATION)

[PATCH 00/14] Add/update DRM entries in the MAINTAINERS file
 2016-04-27  9:49 UTC  (5+ messages)
` [PATCH 06/14] MAINTAINERS: Update the files list for the Etnaviv DRM driver
` [PATCH 07/14] MAINTAINERS: Update the files list for the Armada "

[PATCH 00/24] drm: add extern C guard for the UAPI headers
 2016-04-27  9:47 UTC  (5+ messages)
` [PATCH 19/24] drm/sis: add missing include drm.h for the UAPI header

[PATCH v2] drm/imx: imx-ldb: Add DDC support
 2016-04-27  9:14 UTC  (2+ messages)

bug in autoloading of imx-ipuv3-crtc
 2016-04-27  8:30 UTC  (6+ messages)

[PATCH] gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading
 2016-04-27  8:29 UTC 

[Bug 92258] Opening context menu in Steam could lead to radeon kernel module crash
 2016-04-27  8:27 UTC  (2+ messages)
` [Bug 92258] [regression] Opening menu in Steam running via DRI_PRIME with enabled DRI3 "

[RFC v2 0/8] drm: explicit fencing support
 2016-04-27  8:23 UTC  (27+ messages)
` [RFC v2 1/8] dma-buf/fence: add fence_collection fences
` [RFC v2 5/8] drm/fence: add in-fences support
` [RFC v2 7/8] drm/fence: add fence timeline to drm_crtc
` [RFC v2 8/8] drm/fence: add out-fences support

[PATCH 1/5] drm/modes: add connector reference counting. (v2)
 2016-04-27  7:52 UTC  (14+ messages)
` [PATCH 2/5] drm/fb_helper: add connector reference counting
  ` [Intel-gfx] "
` [PATCH 3/5] drm/crtc: take references to connectors used in a modeset
  ` [Intel-gfx] "
` [PATCH 4/5] drm/atomic: use connector references
    ` [Intel-gfx] "
` [PATCH 5/5] drm/i915/mst: use reference counted connectors. (v2)
` [Intel-gfx] [PATCH 1/5] drm/modes: add connector reference counting. (v2)

[PATCH v4 00/13] Support non-lru page migration
 2016-04-27  7:48 UTC  (2+ messages)
` [PATCH v4 02/12] mm: migrate: support non-lru movable "

RFC: libdrm: Support Iris Graphics 540 & 550 (Skylake GT3e)
 2016-04-27  7:37 UTC  (2+ messages)

[PATCH 00/12] drm/atomic: Rename async to nonblocking
 2016-04-27  7:17 UTC  (6+ messages)
` [PATCH 03/12] drm/arm/hdlcd: Rename async to nonblock
` [PATCH 08/12] drm/sti: "

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 

[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] "

[Bug 117131] New: vga_switcheroo does not switch IGP -> DIS ( IGP == i915 , DIS == radeon )
 2016-04-26 22:20 UTC  (10+ messages)
` [Bug 117131] "

[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  (2+ messages)
` [Bug 71789] "

[PATCH] drm/vc4: Return -EBUSY if there's already a pending flip event
 2016-04-26 17:43 UTC 

[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

[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] "


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