dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-10-01 23:59:16 to 2011-10-07 14:07:19 UTC [more...]

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write
 2011-10-07 14:05 UTC  (11+ messages)

[PATCH -next 0/2] more vmwgfx updates
 2011-10-07 13:23 UTC  (3+ messages)
` [PATCH 1/2] vmwgfx: Implement memory accounting for resources
` [PATCH 2/2] vmwgfx: Don't use virtual coords when using screen objects

[PULL] drm-intel-fixes (drm/i915 driver)
 2011-10-06 23:02 UTC  (4+ messages)

[Bug 41499] New: Regression: EVE Online graphics borked (bisected)
 2011-10-06 16:47 UTC  (6+ messages)
` [Bug 41499] "
` [Bug 41499] [r600g] "

[PATCH] drm/radeon/kms: Fix I2C mask definitions
 2011-10-06 16:21 UTC  (2+ messages)

[PATCH v2 4/5] DRI2: Expose API to set drawable swap limit
 2011-10-06 16:07 UTC  (3+ messages)

[Bug 41248] Monitor goes black when starting TV
 2011-10-06 14:25 UTC  (4+ messages)

[Bug 41121] New: Apple Thunderbolt display is not initialized when plugged into iMac 12,2 (Radeon 6870)
 2011-10-06 12:53 UTC  (3+ messages)
` [Bug 41121] "

[Bug 40423] New: Firefox GLX test crashes with Mesa 7.12-devel, Gallium 0.4 on AMD JUNIPER
 2011-10-06 11:54 UTC  (3+ messages)
` [Bug 40423] "

[PATCH] drm/radeon/kms: use hardcoded dig encoder to transmitter mapping for DCE4.1
 2011-10-06 10:09 UTC  (2+ messages)

[Bug 41503] New: Oops with Linux 3.0.0 and radeon driver: shmem_truncate_range
 2011-10-06 10:32 UTC  (3+ messages)
` [Bug 41503] "

[Bug 41366] New: HDMI on a Fusion board only comes up when LVDS is already enabled
 2011-10-06 10:10 UTC  (4+ messages)
` [Bug 41366] [r600 KMS] "

Oops with Linux 3.0.0 and radeon driver: shmem_truncate_range
 2011-10-06  9:14 UTC  (3+ messages)

[Bug 41467] New: No display with switcheroo
 2011-10-06  2:51 UTC  (15+ messages)
` [Bug 41467] "

[Bug 41418] New: [RV350] Screen corruption with certain resolutions on LVDS (scaled)
 2011-10-05 18:40 UTC  (8+ messages)
` [Bug 41418] "

[Bug 41086] New: [r600] Screen update problems when scrolling to the right in Java applications
 2011-10-05 14:39 UTC  (5+ messages)
` [Bug 41086] "

Re:[mipsel+rs780e]Occasionally "GPU lockup" after resuming from suspend
 2011-10-05 14:02 UTC  (4+ messages)
    ` [PATCH] drm/radeon/kms: set DMA mask properly on newer PCI asics

[PATCH v5] DRM: add DRM Driver for Samsung SoC EXYNOS4210
 2011-10-05 13:49 UTC  (4+ messages)

[Bug 30402] New: xorg server fails to start when using xorg state tracker
 2011-10-05 13:42 UTC  (2+ messages)
` [Bug 30402] "

[Bug 37528] vgaswitcheroo unable to switch to radeon from intel GPU: cannot find crtc
 2011-10-05 13:33 UTC  (4+ messages)
` [Bug 37528] vgaswitcheroo: support for mux-less hybrid laptops

[Bug 41340] New: vga_switcheroo doesn't work with AMD Radeon HD 6770M
 2011-10-05 13:32 UTC  (2+ messages)
` [Bug 41340] "

[Bug 28216] New: Radeon driver "No buffer for z buffer" error
 2011-10-05 13:29 UTC  (4+ messages)
` [Bug 28216] "

[Bug 27314] New: output not working on dell m6500
 2011-10-05 13:16 UTC  (2+ messages)
` [Bug 27314] displayport link training fails on certain panels (channel equalization fails)

[Bug 36777] radeon 0000:01:00.0: IH ring buffer overflow (0xFFFFFFFF, 15, 65550)
 2011-10-05 13:11 UTC 

[Bug 41158] New: RADEON KMS: radeon_crtc_cursor_move is off by one pixel
 2011-10-05  9:38 UTC  (2+ messages)
` [Bug 41158] "

[PATCH] drm/radeon/kms: retry aux transactions if there are status flags
 2011-10-05  7:53 UTC  (2+ messages)

[Bug 41373] New: memory leak when drmModeRes is freed
 2011-10-05  4:00 UTC  (3+ messages)
` [Bug 41373] "
  ` Memory leak of libdrm

KMS and TTM questions
 2011-10-04 19:10 UTC  (19+ messages)

[PATCH -next 00/26] vmwgfx updates v2
 2011-10-04 18:13 UTC  (27+ messages)
` [PATCH 01/26] ttm: export ttm_bo_create
` [PATCH 02/26] vmwgfx: Update register files to latest from vmware-sdk
` [PATCH 03/26] vmwgfx: Document vmw_fifo_reserve
` [PATCH 04/26] vmwgfx: Add comments for buffer pinning code
` [PATCH 05/26] vmwgfx: Make sure the reserved area is at the start of vram
` [PATCH 06/26] vmwgfx: Some comments and BUG_ON
` [PATCH 07/26] vmwgfx: Break out execbuf command processing
` [PATCH 08/26] vmwgfx: Break out dirty submission code
` [PATCH 09/26] vmwgfx: Expand the command checker to cover screen object commands
` [PATCH 10/26] vmwgfx: Refactor common display unit functions to shared file
` [PATCH 11/26] vmwgfx: Add dmabuf helper functions for pinning
` [PATCH 12/26] vmwgfx: Add screen object support
` [PATCH 13/26] vmwgfx: Require HWV8 for 3d support
` [PATCH 14/26] vmwgfx: Drop 3D Legacy Display Unit support
` [PATCH 15/26] vmwgfx: Place overlays in GMR area if we can
` [PATCH 16/26] vmwgfx: Add present and readback ioctls
` [PATCH 17/26] vmwgfx: Disallow user space to send present and readback commands
` [PATCH 18/26] vmwgfx: minor dmabuf utilities cleanup
` [PATCH 19/26] vmwgfx: Allow reference and unreference of NULL fence objects
` [PATCH 20/26] vmwgfx: Fix up query processing
` [PATCH 21/26] vmwgfx: Optimize the command submission resource list
` [PATCH 22/26] vmwgfx: Make sure we always have a user-space handle to use for objects that are backing kms framebuffers
` [PATCH 23/26] vmwgfx: Handle device surface memory limit
` [PATCH 24/26] vmwgfx: Be more strict with fb depths when using screen objects
` [PATCH 25/26] vmwgfx: Bump driver minor to advertise support for new ioctls
` [PATCH 26/26] vmwgfx: Minor cleanups

[Bug 41445] New: XBMC problem with playing the videos i915_dri.so
 2011-10-04 17:36 UTC  (12+ messages)
` [Bug 41445] "

[PATCH] drm/radeon/kms: fix dp_detect handling for DP bridge chips
 2011-10-04 17:12 UTC  (2+ messages)

[git pull] drm fixes
 2011-10-04 17:04 UTC  (3+ messages)

[Bug 39897] Graphical glitches in some games on Evergreen
 2011-10-04 16:29 UTC  (4+ messages)

[PATCH] drm/radeon/kms: fix channel_remap setup
 2011-10-04 15:17 UTC  (3+ messages)
` [PATCH] drm/radeon/kms: fix channel_remap setup (v2)

[PATCH] [rfc] drm: add some caps for userspace to discover more info for dumb KMS driver
 2011-10-04 14:16 UTC  (2+ messages)

[PATCH v6] DRM: add DRM Driver for Samsung SoC EXYNOS4210
 2011-10-04 10:19 UTC 

[Bug 39953] New: Flicker after waking from DPMS sleep
 2011-10-04  8:05 UTC  (2+ messages)
` [Bug 39953] "

i915 kmemleak report
 2011-10-04  5:56 UTC 

[RESEND] An inquiry about DRM Driver for Samsung SoC Exynos4
 2011-10-04  0:21 UTC  (5+ messages)

PCH reference clock cleanups
 2011-10-03 23:39 UTC  (10+ messages)
  ` [PATCH 9/9] drm/i915: Initialize PCH refclks at modeset init time
        ` [Intel-gfx] "
  ` [Intel-gfx] PCH reference clock cleanups

[PATCH 9/9] drm/i915: Disable eDP VDD in a delayed work proc instead of synchronously
 2011-10-03 21:06 UTC  (25+ messages)
` [PATCH 00/24] MacBook Air patch sequence (v2)
  ` [PATCH 01/21] drm/i915: Enable digital port hotplug on PCH systems
    ` [Intel-gfx] "
  ` [PATCH 04/21] drm/i915: Only use VBT panel mode on eDP if no EDID is found
        ` [Intel-gfx] "
  ` [PATCH 05/21] drm/i915: Check eDP power when doing aux channel communications
  ` [PATCH 10/21] drm/i915: Wrap DP EDID fetch functions to enable eDP panel power
    ` [Intel-gfx] "
  ` [PATCH 14/21] drm/i915: Correct eDP panel power sequencing delay computations
  ` [PATCH 16/21] drm/i915: edp_panel_on does not need to return a bool
    ` [Intel-gfx] "
        ` [Intel-gfx] [PATCH 00/24] MacBook Air patch sequence (v2)

[PATCH -next 00/25] vmwgfx updates
 2011-10-03 17:40 UTC  (15+ messages)
` [PATCH 05/25] vmwgfx: Make sure the reserved area is at the start of vram
` [PATCH 06/25] vmwgfx: Some comments and BUG_ON
` [PATCH 10/25] vmwgfx: Refactor common display unit functions to shared file
` [PATCH 12/25] vmwgfx: Add screen object support

[PATCH] TTM DMA pool v1.8
 2011-10-03 16:56 UTC  (6+ messages)

An inquiry about DRM Driver for Samsung SoC Exynos4
 2011-10-03 16:47 UTC  (2+ messages)

[Bug 7271] X Server crash when starting GLX using software with tdfx+drm (3dfx Banshee)
 2011-10-03 16:19 UTC 

[Bug 41420] [UPSTREAM REPOST] radeon driver power management is very bad: GPU always runs at maximum clock speed
 2011-10-03 15:57 UTC 

[Bug 24475] clutter applications are unusable with radeon/radeonhd
 2011-10-03 14:08 UTC 

[PATCH 0/3] radeon cursor patches
 2011-10-03 13:24 UTC  (2+ messages)

Radeon regression fix
 2011-10-03 13:13 UTC  (3+ messages)
` [PATCH 1/2] drm/radeon/kms: fix regression in DP aux defer handling
` [PATCH 2/2] drm/radeon/kms: add retry limits for native DP aux defer

[PATCH] drm/radeon/kms: Fix logic error in DP HPD handler
 2011-10-03 12:37 UTC 

[Bug 41367] New: [r300g, bisected] WebGL test runner regression
 2011-10-02 22:48 UTC  (3+ messages)
` [Bug 41367] "


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