dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-22 14:00:31 to 2011-10-27 22:33:33 UTC [more...]

[Bug 39202] New: KDE desktop effects with 3.0 rc6 kernel
 2011-10-27 22:33 UTC  (7+ messages)
` [Bug 39202] FPS - "

[PATCH 00/23] kill drm cruft with fire
 2011-10-27 21:00 UTC  (25+ messages)
` [PATCH 01/23] drm/sis: track obj->drm_fd relations in the driver
` [PATCH 02/23] drm/via: "
` [PATCH 03/23] drm/sman: kill owner tracking interface functions
` [PATCH 04/23] drm/sman: rip out owner tracking
` [PATCH 05/23] drm/via: track user->memblock mapping with idr
` [PATCH 06/23] drm/sis: "
` [PATCH 07/23] drm/sman: kill user_hash_tab
` [PATCH 08/23] drm/via: use drm_mm instead of drm_sman
` [PATCH 09/23] drm/sis: "
` [PATCH 10/23] drm: kill drm_sman
` [PATCH 11/23] drm/via: clean up reclaim_buffers
` [PATCH 12/23] drm/sis: "
` [PATCH 13/23] drm: kill reclaim_buffers_idlelocked functions
` [PATCH 14/23] drm/i810: cleanup reclaim_buffers
` [PATCH 15/23] drm: kill reclaim_buffers_locked
` [PATCH 16/23] drm/savage: clean up reclaim_buffers
` [PATCH 17/23] drm: kill reclaim_buffers callback
` [PATCH 18/23] drm: ditch strange DRIVER_DMA_QUEUE only error bail-out
` [PATCH 19/23] drm: kill dma queue support
` [PATCH 20/23] drm: unconditionally clean up dma buffers of closing clients
` [PATCH 21/23] drm: kill i915/i830 ids from drm_pciids.h
` [PATCH 22/23] drm: kill procfs support
` [PATCH 23/23] drm: kill a few unused remnants from drm_memory.c

[Bug 42117] New: r200 driver performance, ums, all mesa versions from 7.6
 2011-10-27 20:39 UTC  (15+ messages)
` [Bug 42117] "
` [Bug 42117] R200 driver performance, UMS, "

[git pull] drm rc1 tree
 2011-10-27 19:09 UTC 

[PATCH] drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V3
 2011-10-27 17:44 UTC  (4+ messages)

DRM planes and new fb creation ioctl
 2011-10-27 15:31 UTC  (32+ messages)
` [PATCH 01/11] drm: add plane support
` [PATCH 02/11] drm: add an fb creation ioctl that takes a pixel format
` [PATCH 03/11] drm/i915: rename existing overlay support to "legacy"
` [PATCH 04/11] drm/i915: add SNB video sprite support
` [PATCH 05/11] drm/i915: move pin & fence for plane past potential error paths
` [PATCH 06/11] drm/i915: plane teardown fixes
` [PATCH 07/11] drm/i915: enable new overlay code on IVB too
` [PATCH 08/11] drm/i915: overlay watermark hack
` [PATCH 09/11] drm/i915: fix overlay fb object handling
` [PATCH 10/11] drm/i915: clamp sprite to viewable area
` [PATCH 11/11] drm/i915: add sprite scaling support
` [PATCH] drm/i915: add SNB video sprite support

drm: fix one flawed mutex grab and remove some spurious mutex grabs
 2011-10-27 14:20 UTC  (15+ messages)
` [PATCH 1/3] drm: no need to hold global mutex for static data
` [PATCH 2/3] drm: make DRM_UNLOCKED ioctls with their own mutex
` [PATCH 3/3] drm: do not sleep on vblank while holding a mutex

nouveau page_flip function implement not wait vblank, which cause screen garbage
 2011-10-27 11:17 UTC  (10+ messages)
`  "
    ` Re:Re: nouveau "

[Bug 42297] New: [r600g] Segfaults and failed assertions with piglit test fbo-generatemipmap-formats
 2011-10-27  0:37 UTC 

[Bug 41971] New: [kms] Muxless modesetting takes 20 seconds to decide it can't modeset
 2011-10-26 20:16 UTC  (2+ messages)
` [Bug 41971] [kms] Muxless radeon takes 20 seconds to fetch rom

[PATCH] drm/radeon/kms: check for DP MST mode in a few more places (v2)
 2011-10-26 20:01 UTC 

[PATCH v2] drm/radeon/kms: use defined constants for crtc/hpd count instead of hard-coded value 6
 2011-10-26 19:58 UTC  (2+ messages)

drm/radeon/kms: a few nits
 2011-10-26 19:45 UTC  (9+ messages)
` [PATCH 1/3] drm/radeon/kms: use crtc-specific dpms functions in prepare and commit
` [PATCH 2/3] drm/radeon/kms: fix the crtc number check
` [PATCH 3/3] drm/radeon/kms: use num_crtc instead of hard-coded value 6

[PATCH] Improvements in edid detection timings (final)
 2011-10-26 17:35 UTC  (11+ messages)
` [PATCH 1/2] Give up on edid retries when i2c tells us that bus is not there
  ` [Intel-gfx] "
            ` [PATCH] Give up on edid retries when i2c bus is not responding

[Bug 41086] New: [r600] Screen update problems when scrolling to the right in Java applications
 2011-10-26 16:58 UTC  (2+ messages)
` [Bug 41086] [r600] Screen update problems when scrolling to the right in tvbrowser (java app)

drm/fb_helper: prevent some troubles waiting to happen
 2011-10-26 16:17 UTC  (5+ messages)
` [PATCH 1/2] drm/fb_helper: make sure crtc_count is consistent
` [PATCH 2/2] drm/fb_helper: honor the limit on number of connectors per crtc

[PATCH 1/4] drm/radeon/kms: cleanup atombios_adjust_pll()
 2011-10-26 15:23 UTC  (4+ messages)
` [PATCH 2/4] drm/radeon/kms: rework DP bridge checks
` [PATCH 3/4] drm/radeon/kms: only require 2.7 Ghz DP clock for NUTMEG
` [PATCH 4/4] drm/radeon/kms/atom: rework encoder dpms

[PATCH] drm/radeon: flush read cache for gtt with fence on r6xx and newer GPU V2
 2011-10-26 15:18 UTC  (2+ messages)

[PATCH 0/7] DRM/Radeon Cleanup
 2011-10-26 15:07 UTC  (6+ messages)
  ` [PATCH] DRM: bug: RADEON_DEBUGFS_MAX_{NUM_FILES => COMPONENTS}

[Bug 42175] New: RV730: Display errors in glxgears & WebGL
 2011-10-26 13:07 UTC  (12+ messages)
` [Bug 42175] "

[PATCH 1/3] drm/radeon: fix debugfs handling
 2011-10-26  8:19 UTC  (4+ messages)
` [PATCH 2/3] drm/radeon: no need to check all relocs for dublicates
` [PATCH 3/3] drm/radeon: fix a spelling mistake

[PATCH 1/2] drm/radeon/kms: rework texture cache flush in r6xx+ blit code
 2011-10-25 23:26 UTC  (2+ messages)
` [PATCH 2/2] drm/radeon/kms/cayman/blit: specify CP_COHER_CNTL2 with surface_sync

[PATCH] drm/radeon/kms: remove useless radeon_ddc_dump()
 2011-10-25 23:24 UTC 

[PATCH] CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGB
 2011-10-25 22:42 UTC 

[PATCH] vmwgfx: Reinstate the update_layout ioctl
 2011-10-25 21:35 UTC 

[Bug 41698] New: [r300g] Flickering user interface in WoW
 2011-10-25 20:35 UTC  (5+ messages)
` [Bug 41698] "

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms
 2011-10-25 12:35 UTC  (2+ messages)

[Bug 41668] New: Screen locks up at random points when using a 3D compositing wm (gnome-shell) on an rv515 (radeon mobility x1300)
 2011-10-24 23:47 UTC  (3+ messages)
` [Bug 41668] "

[PATCH] drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CS
 2011-10-24 23:38 UTC 

[PATCH 1/2] vmwgfx: Emulate depth 32 framebuffers
 2011-10-24 22:20 UTC  (4+ messages)

[PATCH] drm/radeon: avoid bouncing connector status btw disconnected & unknown
 2011-10-24 22:19 UTC  (2+ messages)

[Bug 42067] New: [r600g] Compiz emblem icons corrupted on cayman
 2011-10-24 18:58 UTC  (3+ messages)
` [Bug 42067] "

[PATCH] TTM DMA pool v2.1
 2011-10-24 18:18 UTC  (6+ messages)
` [PATCH 06/11] ttm/driver: Expand ttm_backend_func to include two overrides for TTM page pool

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write
 2011-10-24 17:39 UTC  (18+ messages)

[PATCH 1/2] drm/kms: Make i2c buses faster
 2011-10-24 14:19 UTC  (6+ messages)

[Bug 42090] New: [r300/compiler] [bisected] sauerbraten texture corruption
 2011-10-24  7:19 UTC  (2+ messages)
` [Bug 42090] "

[PATCH] DRM: omapdrm DRM/KMS driver for TI OMAP platforms
 2011-10-23 19:28 UTC  (3+ messages)

[Bug 42131] New: Problem with resizing OpenGL windows when using XCB
 2011-10-23 17:40 UTC 

[Bug 36934] New: screen corruption after running a game through wine
 2011-10-23  8:49 UTC  (3+ messages)
` [Bug 36934] screen corruption after running a game

[PULL] drm-intel-next
 2011-10-23  7:27 UTC 

[Bug 25280] r600: glPolygonStipple broken
 2011-10-22 17:34 UTC 

[Bug 39513] New: sensors are inaccessible on radeon 9600xt agp
 2011-10-22 16:32 UTC  (3+ messages)
` [Bug 39513] "


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