dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-10 19:27:54 to 2013-05-16 12:55:42 UTC [more...]

[PATCH 00/33] devm improvement series, part 1, take 2
 2013-05-16 12:55 UTC  (4+ messages)
` [PATCH 06/33] drivers/gpu/drm/exynos: don't check resource with devm_ioremap_resource

[Bug 63935] New: TURKS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!
 2013-05-16 12:46 UTC  (4+ messages)
` [Bug 63935] "

[Bug 61533] New: GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering
 2013-05-16 12:38 UTC  (4+ messages)
` [Bug 61533] [r600g][lockup] "
` [Bug 61533] [r600g][lockup] kernel 3.8/3.9 "

[Bug 51558] New: Ubuntu[12.04]: X server crashes on running any command in xterm window
 2013-05-16  7:22 UTC  (2+ messages)
` [Bug 51558] "

[Bug 51557] New: Ubuntu[12.04]: X server crashes on running any command in xterm window
 2013-05-16  7:21 UTC  (2+ messages)
` [Bug 51557] "

[Bug 64649] New: [r600g] Anomaly 2 (Steam) crashes with GLX_EXT_swap_control not supported, unable to set vertical sync
 2013-05-16  4:57 UTC  (2+ messages)
` [Bug 64649] "

[Bug 64443] New: [r600g] Oil Rush (Steam version) crashes
 2013-05-15 20:44 UTC  (2+ messages)
` [Bug 64443] "

[Bug 64193] New: LLVM RV670 regression since R600: Packetize instructions
 2013-05-15 18:51 UTC  (19+ messages)
` [Bug 64193] "

[PATCH v3 0/9] Clean up write-combining MTRR addition
 2013-05-15 18:22 UTC  (15+ messages)
` [PATCH v3 1/9] Add arch_phys_wc_{add,del} to manipulate WC MTRRs if needed
` [PATCH v3 2/9] drm (ast,cirrus,mgag200,nouveau,savage,vmwgfx): Remove drm_mtrr_{add,del}
` [PATCH v3 3/9] drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs
` [PATCH v3 4/9] drm,agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optional
` [PATCH v3 5/9] i915: Use arch_phys_wc_{add,del}
` [PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del
` [PATCH v3 7/9] uvesafb: Clean up MTRR code
` [PATCH v3 8/9] drm: Remove mtrr_add and mtrr_del fallback hack for non-MTRR systems
` [PATCH v3 9/9] drm: Don't leak phys_wc "handles" to userspace

[ANNOUNCE] libdrm 2.4.45
 2013-05-15 18:13 UTC 

Introduce a new helper framework for buffer synchronization
 2013-05-15 14:06 UTC  (15+ messages)

[PATCH] drm/radeon: Remove superfluous variable
 2013-05-15 13:37 UTC  (2+ messages)

[PATCH] drm/radeon: restore nomodeset operation (v2)
 2013-05-15 13:21 UTC  (3+ messages)

[PATCHv5 0/2] Speed Cap fixes for ppc64
 2013-05-15 13:12 UTC  (6+ messages)

[patch] drm/nvc0-/gr: bug widening a binary "not" operation
 2013-05-15  7:12 UTC 

[PATCH] drm/radeon: restore nomodeset operation
 2013-05-15  1:19 UTC 

[Bug 64600] New: r600g pyrit OpenCL issue on HD6850
 2013-05-14 23:18 UTC  (2+ messages)
` [Bug 64600] "

[Bug 58121] New: Radeon SUMO: LVDS panel blanks when enabling external monitor
 2013-05-14 20:22 UTC  (4+ messages)
` [Bug 58121] "

[Bug 64201] New: OpenCL usage result segmentation fault on r600g with HD6850
 2013-05-14 18:23 UTC  (3+ messages)
` [Bug 64201] "

[Bug 64257] New: RS880 issues with r600-llvm-compiler
 2013-05-14 17:12 UTC  (4+ messages)
` [Bug 64257] "

[Bug 64320] New: WebGL support in Chrome causes GPU lockup
 2013-05-14 17:11 UTC  (4+ messages)
` [Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

[RFC PATCH v2, part 2 13/18] PCI, DRM: use hotplug-safe iterators to walk PCI buses
 2013-05-14 16:51 UTC 

[Bug 64582] New: [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!
 2013-05-14 16:27 UTC  (2+ messages)
` [Bug 64582] "

[PATCH 1/8] drm/radeon: add chip family for Hainan
 2013-05-14 16:18 UTC  (20+ messages)
` [PATCH 2/8] drm/radeon: fill in GPU init "
` [PATCH 3/8] drm/radeon: don't touch DCE or VGA regs on Hainan (v2)
` [PATCH 4/8] drm/radeon: fill in ucode loading support for Hainan
` [PATCH 5/8] drm/radeon: radeon-asic updates "
` [PATCH 6/8] drm/radeon: sun/hainan chips do not have UVD
` [PATCH 7/8] drm/radeon: add golden register settings for Hainan
` [PATCH 8/8] drm/radeon: add Hainan pci ids
` [PATCH 1/9] drm/radeon: add chip family for Hainan
  ` [PATCH 2/9] drm/radeon: fill in GPU init for Hainan (v2)
  ` [PATCH 3/9] drm/radeon: don't touch DCE or VGA regs on "
  ` [PATCH 4/9] drm/radeon: fill in ucode loading support for Hainan
  ` [PATCH 5/9] drm/radeon: radeon-asic updates "
  ` [PATCH 6/9] drm/radeon: track which asics have UVD
  ` [PATCH 7/9] drm/radeon: sun/hainan chips do not have UVD (v2)
  ` [PATCH 8/9] drm/radeon: add golden register settings for Hainan
  ` [PATCH 9/9] drm/radeon: add Hainan pci ids

[PATCH v2 3/8] drm/i915: take msecs_to_jiffies_timeout into use
 2013-05-14 14:48 UTC 

Fwd: gma500: display displaced vertically by a few lines
 2013-05-14 13:19 UTC  (10+ messages)
  `  "

[Bug 63236] New: kwin crashes when some desktop effects are used
 2013-05-14 10:37 UTC  (2+ messages)
` [Bug 63236] "

[PATCH] drm/qxl: fix ioport interactions for kernel submitted commands
 2013-05-14  1:16 UTC 

[Bug 44851] New: resume to black screen
 2013-05-13 17:44 UTC  (7+ messages)
` [Bug 44851] "

[PATCH] drm/radeon: use 10khz units for audio dto calculation
 2013-05-13 15:40 UTC 

[Bug 64503] New: audio glitches when running at 24hz/24p
 2013-05-13 15:37 UTC  (11+ messages)
` [Bug 64503] "

[Bug 61182] New: r600g causes KWin crashes with kernel 3.8
 2013-05-13 14:52 UTC  (6+ messages)
` [Bug 61182] r600g causes KWin, Gnome Shell and Unity "

[RESEND][PATCH] drm/radeon: check incoming cliprects pointer
 2013-05-13 14:47 UTC  (2+ messages)

Black monitor with external AMD card and coreboot: `radeon_bo_create:132 alloc size 0M bigger than 0Mb limit`
 2013-05-13 14:25 UTC  (4+ messages)

[Bug 64508] New: Text rendered using QuesoGLC is unreadable/missing on Radeon HD 6290
 2013-05-13  9:20 UTC  (12+ messages)
` [Bug 64508] "

[git pull] drm fixes
 2013-05-13  2:22 UTC 

[Bug 60879] New: X11 can't start with acceleration enabled
 2013-05-12 23:01 UTC  (3+ messages)
` [Bug 60879] [radeonsi] "

[Bug 34377] New: Radeon driver PCIe throughput not up to PCIe2.0 levels
 2013-05-12 14:03 UTC  (4+ messages)
` [Bug 34377] "

[Bug 64157] New: Second Life viewer crashes: radeon: mmap failed, errno: 12
 2013-05-12 13:05 UTC  (2+ messages)
` [Bug 64157] "

[Bug 58021] New: [BISECTED] nouveau, nv50: External VGA not detected anymore
 2013-05-12  9:27 UTC  (3+ messages)
` [Bug 58021] "

[PATCH] drm/exynos: fix error return code in exynos_drm_load()
 2013-05-12  7:25 UTC  (2+ messages)

[Bug 64471] New: Radeon HD6570 lockup in Brütal Legend
 2013-05-12  6:47 UTC  (5+ messages)
` [Bug 64471] "

[Bug 64449] xorg hangs randomly with Radeon HD 7450A
 2013-05-11 19:31 UTC 

[Bug 64475] New: Slow work and low brightness in Euro Track Simulator II game with HD6850
 2013-05-11 17:31 UTC  (2+ messages)
` [Bug 64475] "

Radeon GPU lockup with Brütal Legend
 2013-05-11 13:06 UTC  (2+ messages)

[Bug 63520] New: r300g regression (RV380): Strange rendering of light sources in Penumbra (bisected)
 2013-05-11 12:00 UTC  (12+ messages)
` [Bug 63520] "

[PATCH] radeon: Allow disabling UVD
 2013-05-11  3:07 UTC  (7+ messages)

[RFC/PATCH v2 0/8] Clean up write-combining MTRR addition
 2013-05-10 19:34 UTC  (7+ messages)
` [RFC/PATCH v2 1/8] Add arch_phys_wc_{add,del} to manipulate WC MTRRs if needed


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