dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-05-03 15:44:23 to 2012-05-08 16:30:07 UTC [more...]

linux-next: Tree for May 8 (gpu/drm/gma500)
 2012-05-08 16:30 UTC  (2+ messages)

[PATCH] mm: Work around Intel SNB GTT bug with some physical pages
 2012-05-08 15:25 UTC  (5+ messages)

[PATCH 3/4] drm/exynos: added userptr feature
 2012-05-08 15:05 UTC  (9+ messages)
` [PATCH v2 "

SA and other Patches
 2012-05-08 14:55 UTC  (34+ messages)
` [PATCH 01/20] drm/radeon: fix possible lack of synchronization btw ttm and other ring
` [PATCH 02/20] drm/radeon: clarify and extend wb setup on APUs and NI+ asics
` [PATCH 03/20] drm/radeon: replace the per ring mutex with a global one
` [PATCH 04/20] drm/radeon: convert fence to uint64_t v4
` [PATCH 05/20] drm/radeon: rework fence handling, drop fence list v5
` [PATCH 06/20] drm/radeon: rework locking ring emission mutex in fence deadlock detection
` [PATCH 07/20] drm/radeon: use inline functions to calc sa_bo addr
` [PATCH 08/20] drm/radeon: add proper locking to the SA v3
` [PATCH 09/20] drm/radeon: add sub allocator debugfs file
` [PATCH 10/20] drm/radeon: keep start and end offset in the SA
` [PATCH 11/20] drm/radeon: make sa bo a stand alone object
` [PATCH 12/20] drm/radeon: define new SA interface v3
` [PATCH 13/20] drm/radeon: use one wait queue for all rings add fence_wait_any v2
` [PATCH 14/20] drm/radeon: multiple ring allocator v2
        ` Fwd: "
` [PATCH 15/20] drm/radeon: simplify semaphore handling v2
` [PATCH 16/20] drm/radeon: rip out the ib pool
` [PATCH 17/20] drm/radeon: immediately free ttm-move semaphore
` [PATCH 18/20] drm/radeon: move the semaphore from the fence into the ib
` [PATCH 19/20] drm/radeon: remove r600 blit mutex v2
` [PATCH 20/20] drm/radeon: make the ib an inline object

[Bug 49632] New: radeon: The kernel rejected CS,
 2012-05-08 12:51 UTC  (6+ messages)
` [Bug 49632] "

[PATCH] MAINTAINERS: switch drm/i915 to Daniel Vetter
 2012-05-08 11:19 UTC 

[PATCHv5 00/13] Integration of videobuf2 with dmabuf
 2012-05-08 11:15 UTC  (7+ messages)
` [PATCHv5 08/13] v4l: vb2-dma-contig: add support for scatterlist in userptr mode

[PATCH v3] scatterlist: add sg_alloc_table_from_pages function
 2012-05-08 11:14 UTC  (3+ messages)

[Bug 49603] New: [regression] Fullscreen video no longer smooth with GPU in low power mode
 2012-05-08 10:43 UTC  (3+ messages)
` [Bug 49603] "

[git pull] updated exynos-drm-next
 2012-05-08 10:09 UTC  (2+ messages)

[Bug 42490] NUTMEG DP to VGA bridge not working
 2012-05-08  6:54 UTC  (2+ messages)

[PATCH 1/3] acpi_video: fix leaking PCI references
 2012-05-08  6:10 UTC  (2+ messages)

[Bug 49110] New: AMDILCFGStructurizer.cpp:1751:3: error: 'isCurrentDebugType' was not declared in this scope
 2012-05-08  1:31 UTC  (10+ messages)
` [Bug 49110] "
` [Bug 49110] debug build: "

Enhancing EDID quirk functionality
 2012-05-07 21:38 UTC  (7+ messages)

[Bug 49567] New: No rule to make target libradeon.a, needed by libr600.a
 2012-05-07 18:59 UTC  (7+ messages)
` [Bug 49567] "

[RFC][PATCH] drm/radeon/hdmi: define struct for AVI infoframe
 2012-05-07 18:14 UTC  (8+ messages)

[Bug 49484] New: invalid enum 0x500, invalid value 0x501
 2012-05-07 18:03 UTC  (8+ messages)
` [Bug 49484] "

[RFC v2 0/5] Add NVIDIA Tegra DRM support
 2012-05-07 16:27 UTC  (5+ messages)
` [RFC v2 5/5] drm: Add NVIDIA Tegra support

[RFC 00/13] Support for dmabuf exporting for videobuf2
 2012-05-07 13:27 UTC  (4+ messages)
` [RFC 05/13] v4l: vb2-dma-contig: add support for DMABUF exporting

[PULL] drm-intel-next manual merge
 2012-05-07 12:25 UTC 

[git pull] drm fixes
 2012-05-07 10:33 UTC 

[Bug 45018] New: [bisected] rendering regression since added support for virtual address space on cayman v11
 2012-05-07 10:07 UTC  (3+ messages)
` [Bug 45018] "

[PULL] drm-intel-fixes
 2012-05-07  8:43 UTC 

[next][PATCH 0/3] drm/radeon/hdmi: separate Evergreen, update modesetting
 2012-05-06 15:29 UTC  (4+ messages)
` [next][PATCH 1/3] drm/radeon/hdmi: separate evergreen code
` [next][PATCH 2/3] drm/radeon/hdmi: update modesetting
` [next][PATCH 3/3] drm/radeon/hdmi: fix some coding style

Linux 3.4-rc4
 2012-05-05 15:39 UTC  (11+ messages)

[PATCH] drm/i915: enable semaphores on gen6 if dmar is not active
 2012-05-05 12:55 UTC  (8+ messages)
` [Intel-gfx] "

[Bug 43207] New: radeon driver on HD6570 shows pixel noise
 2012-05-05  9:07 UTC  (2+ messages)
` [Bug 43207] "

broken nouveau dependency on power supply
 2012-05-05  4:29 UTC  (3+ messages)

[RFC] fence, sa allocator, ib pool, semaphore rework
 2012-05-04 22:43 UTC  (19+ messages)
` [PATCH 01/18] drm/radeon: replace the per ring mutex with a global one
` [PATCH 02/18] drm/radeon: convert fence to uint64_t v3
` [PATCH 03/18] drm/radeon: rework fence handling, drop fence list v5
` [PATCH 04/18] drm/radeon: hold ring emission mutex for lockup detection
` [PATCH 05/18] drm/radeon: use inline functions to calc sa_bo addr
` [PATCH 06/18] drm/radeon: add proper locking to the SA v3
` [PATCH 07/18] drm/radeon: add sub allocator debugfs file
` [PATCH 08/18] drm/radeon: keep start and end offset in the SA
` [PATCH 09/18] drm/radeon: make sa bo a stand alone object
` [PATCH 10/18] drm/radeon: define new SA interface v2
` [PATCH 11/18] drm/radeon: use one wait queue for all rings add fence_wait_any
` [PATCH 12/18] drm/radeon: multiple ring allocator
` [PATCH 13/18] drm/radeon: simplify semaphore handling v2
` [PATCH 14/18] drm/radeon: rip out the ib pool
` [PATCH 15/18] drm/radeon: immediately remove ttm-move semaphore
` [PATCH 16/18] drm/radeon: move the semaphore from the fence into the ib
` [PATCH 17/18] drm/radeon: remove r600 blit mutex v2
` [PATCH 18/18] drm/radeon: make the ib an inline object

[RFC] Reduce idle vblank wakeups
 2012-05-04 18:31 UTC  (2+ messages)
` [Intel-gfx] "

[Bug 42678] New: [3.3-rc1]radeon 0000:07:00.0: GPU lockup CP stall for more than 10000msec
 2012-05-04 17:27 UTC  (7+ messages)
` [Bug 42678] [3.3-rc1] radeon stuck in kernel after lockup

[PATCH] drm/radeon: eliminate redundant connector_names table
 2012-05-04 15:25 UTC 

[PATCH] drm/radeon: don't mess with hot plug detect for eDP or LVDS connector v2
 2012-05-04 15:06 UTC 

[PATCH] drm/radeon: don't mess with hot plug detect for eDP or LVDS connector v2
 2012-05-04 15:05 UTC 

[PATCH] drm/radeon: don't mess with hot plug detect for eDP or LVDS connector
 2012-05-04 15:01 UTC  (3+ messages)

[PATCH 1/2] ttm: add prime sharing support to TTM
 2012-05-04 14:49 UTC  (4+ messages)
` [PATCH 2/2] nouveau: add PRIME support

[git pull] drm fixes
 2012-05-04 14:26 UTC 

[PATCH] i915: add dmabuf/prime buffer sharing support
 2012-05-04 13:39 UTC 

[Bug 23103] screen not lighting up on resume when using kms
 2012-05-04 12:48 UTC 

[Bug 24097] screen backlight off after resume-from-suspend when using ATI KMS
 2012-05-04 12:48 UTC  (2+ messages)

[PATCH libdrm] exynos: add exynos drm support
 2012-05-04 10:13 UTC  (2+ messages)
` [PATCH v2] libdrm: "

[PATCH] drm/radeon: fix possible lack of synchronization btw ttm and other ring
 2012-05-04  8:48 UTC  (5+ messages)

[RFC] Convert fence to use 64bits sequence
 2012-05-04  5:47 UTC  (13+ messages)
` [PATCH 2/4] drm/radeon: convert fence to uint64_t
    `  "
                ` [PATCH] drm/radeon: clarify and extend wb setup on APUs and NI+ asics

[Bug 43477] New: rendering errors in unigine tropics and sanctuary (regression)
 2012-05-04  1:58 UTC  (2+ messages)
` [Bug 43477] "

[PATCH] drm/radeon: improve sa allocator for multi ring load balancing
 2012-05-04  0:44 UTC 

i915_driver_irq_handler: irq 42: nobody cared
 2012-05-03 23:15 UTC  (16+ messages)

Include request for reset-rework branch v4
 2012-05-03 17:49 UTC  (12+ messages)

[PULL] drm-intel-fixes
 2012-05-03 15:44 UTC 

Linux 3.4-rc4
 2012-04-29 22:37 UTC  (8+ messages)


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