dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-05-03 23:00:32 to 2013-05-10 04:24:33 UTC [more...]

[Bug 64201] New: OpenCL usage result segmentation fault on r600g with HD6850
 2013-05-10  4:24 UTC  (15+ messages)
` [Bug 64201] "

[PATCH 3/3] ARM: dts: Add display timing node to exynos5250-arndale.dts
 2013-05-10  3:58 UTC 

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

[Bug 57921] New: NULL pointer dereference in radeon_bo_create
 2013-05-10  0:40 UTC  (2+ messages)
` [Bug 57921] "

[Bug 57831] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
 2013-05-09 23:16 UTC  (9+ messages)
` [Bug 57831] "

[PATCH] radeon: add RADEON_SURF_FMASK flag which disables 2D->1D tiling transition
 2013-05-09 23:12 UTC  (2+ messages)

[Bug 64376] New: radeon fatal error during GPU init (Radeon 5850, KVM GPU passthrough)
 2013-05-09 22:46 UTC  (3+ messages)
` [Bug 64376] "

[PATCH 11/12] drm: DRM should depend on HAS_DMA
 2013-05-09 21:04 UTC 

[PATCH 0/4] mgag200 fixes
 2013-05-09 19:41 UTC  (6+ messages)
` [PATCH 1/4] drm/mgag200: Don't change unrelated registers during modeset
` [PATCH 2/4] drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register
` [PATCH 3/4] drm/mgag200: Convert counter delays to jiffies
` [PATCH 4/4] drm/mgag200: Fix framebuffer base address programming

[PATCH v2 0/4] *** SUBJECT HERE ***
 2013-05-09 19:34 UTC  (5+ messages)
` [PATCH v2 1/4] drm/mgag200: Don't change unrelated registers during modeset
` [PATCH v2 2/4] drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL register
` [PATCH v2 3/4] drm/mgag200: Convert counter delays to jiffies
` [PATCH v2 4/4] drm/mgag200: Fix framebuffer base address programming

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

nouveau GF108 kernel crash in optimus mode when enabling external display output
 2013-05-09 15:11 UTC  (2+ messages)

nouveau GF108 kernel errors and graphics corruption when enabling another output
 2013-05-09 15:10 UTC  (2+ messages)

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

Some lost drm patches
 2013-05-09 13:29 UTC  (13+ messages)
` [PATCH 1/5] drm: Add missing break in the command line mode parsing code
` [PATCH 2/5] drm: Make the HPD status updates debug logs more readable
` [PATCH 3/5] drm: Don't prune modes loudly when a connector is disconnected
` [PATCH 4/5] drm: Fix a typo in the struct drm_plane_funcs documentation
` [PATCH 5/5] drm: Use names of ioctls in debug traces
  ` [Intel-gfx] "
    ` [PATCH v2 "

[Bug 62959] New: r600g (HD 6950 Cayman) fails piglit tests and hangs system
 2013-05-09  9:28 UTC  (2+ messages)
` [Bug 62959] "

Introduce a new helper framework for buffer synchronization
 2013-05-09  7:33 UTC 

[PATCH] qxl: fix bug with object eviction and update area
 2013-05-09  3:56 UTC 

[PATCH] radeon: Allow disabling UVD
 2013-05-08 21:39 UTC  (6+ messages)

[PATCH] drm/radeon: fix UPLL_REF_DIV_MASK definition
 2013-04-29 15:19 UTC  (2+ messages)

[PATCH] drm: refactor call to request_module
 2013-05-08 15:35 UTC  (3+ messages)

[PATCH 0/3] drm: kernel-doc fixes
 2013-05-08 14:42 UTC  (7+ messages)
` [PATCH 1/3] drm: Add kernel-doc for drm_fb_helper_funcs->initial_config
` [PATCH 2/3] drm: Remove pointless '-' characters from drm_fb_helper documentation
` [PATCH 3/3] drm: Fix drm_rect documentation
  ` [Intel-gfx] "
    ` [PATCH v2] "

[PATCH 0/7] drm/i915: fbdev mode restoration improvements
 2013-05-08 13:52 UTC  (15+ messages)
` [PATCH 1/7] drm: Add fb_helper->restore_fbdev_mode hook
    ` [PATCH v2] "
` [PATCH 2/7] drm/i915: Don't enable cursors or sprites for fbdev
` [PATCH 3/7] drm/i915: Fix fbdev sprite disable code
` [PATCH 4/7] drm/i915: Use a custom restore_fbdev_mode hook
` [PATCH 5/7] drm/i915: Use container_of() in the fbdev code
` [PATCH 6/7] drm/i915: s/drm_i915_private_t/struct drm_i915_private/
` [PATCH 7/7] drm: Remove some unused stuff from drm_plane
    ` [PATCH v2] "

[PULL] drm-intel-fixes
 2013-05-08 12:17 UTC  (2+ messages)

DMA mapping API abuse in exynos-drm
 2013-05-08  9:44 UTC  (3+ messages)

linux-next: manual merge of the drm-intel tree with Linus' tree
 2013-05-08  0:11 UTC  (3+ messages)

[Bug 56659] New: DRI_PRIME: triangle, rendering inside of which occurs with a noticeable delay
 2013-05-07 22:16 UTC  (4+ messages)
` [Bug 56659] "

[Bug 63979] New: s3tc not working with radeonsi driver
 2013-05-07 20:35 UTC  (2+ messages)
` [Bug 63979] "

[Bug 62466] New: KSP 0.19 causes GPU lockups on r600g
 2013-05-07 20:22 UTC  (4+ messages)
` [Bug 62466] r600g hyperz lockups with KSP 0.19

[PATCH 0/7] Clean up write-combining MTRR addition
 2013-05-07 16:45 UTC  (15+ messages)
` [PATCH 2/7] drm (ast,cirrus,mgag200,nouveau,savage,vmwgfx): Rework drm_mtrr_{add,del}
  ` [PATCH 2/7] drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Rework drm_mtrr_{add, del}
` [PATCH 3/7] drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRs
` [PATCH 4/7] drm: Use drm_mtrr_add_wc for the AGP aperture
` [PATCH 5/7] i915: Use drm_mtrr_{add,del}_wc
` [PATCH 6/7] radeon: Switch to drm_mtrr_add_wc and add a missing drm_mtrr_del_wc
` [PATCH 7/7] uvesafb: Clean up MTRR code

[Bug 62889] New: ColorTiling results in glitches on Radeon HD 7970 + Glamor
 2013-05-07 16:24 UTC  (3+ messages)
` [Bug 62889] "

[Bug 64320] New: WebGL support in Chrome causes GPU lockup
 2013-05-07 15:01 UTC  (5+ messages)
` [Bug 64320] "
` [Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

[PATCH] drm/exynos: fix error return code in exynos_drm_ipp_set_property()
 2013-05-07 14:55 UTC  (2+ messages)

[PATCH 04/15] drm/cirrus: Correct register values for 16bpp
 2013-05-07 14:18 UTC  (2+ messages)
` [PATCH 11/15] nouveau: Make vga_switcheroo code depend on VGA_SWITCHEROO

[PATCH] drm/exynos: fix error return code in exynos_drm_load()
 2013-05-07 13:43 UTC 

[Bug 64257] New: RS880 issues with r600-llvm-compiler
 2013-05-07  7:07 UTC  (6+ messages)
` [Bug 64257] "

[Bug 51787] New: performance regression with llvm shader compiler in ut2004
 2013-05-06 23:26 UTC  (2+ messages)
` [Bug 51787] "

[PATCH] drm/udl: avoid swiotlb for imported vmap buffers
 2013-05-06 22:45 UTC  (8+ messages)

[PATCH] [TRIVIAL] v2: Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver
 2013-05-06 14:52 UTC  (2+ messages)

[Bug 62669] New: HyperZ freeze when playing PrBoom-Plus demo with lots of monsters
 2013-05-06 14:47 UTC  (2+ messages)
` [Bug 62669] "

[Bug 59592] New: Reproducable GPU lockups since 3.8
 2013-05-06 14:47 UTC  (2+ messages)
` [Bug 59592] Radeon HD 5670: reproducable GPU lockups with htile enabled

[Bug 60848] New: [bisected] r600g: add htile support cause gpu lockup in Dishonored wine
 2013-05-06 14:46 UTC  (2+ messages)
` [Bug 60848] "

[PATCHv5 0/2] Speed Cap fixes for ppc64
 2013-05-06 14:33 UTC  (4+ messages)

[Bug 63732] New: [KDE] - display switching problem with kwin_gles and radeon driver
 2013-05-06 14:01 UTC  (3+ messages)
` [Bug 63732] "

[PATCH] [TRIVIAL] Fix declaration of intel_gmbus_{is_forced_bit/is_port_falid} in i915 driver
 2013-05-06 12:46 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH] mgag200 code cleanup patches
 2013-04-29 21:32 UTC  (2+ messages)

[Bug 64225] New: bfgminer --scyte generates Segmentation Fault on Northern Island
 2013-05-05  0:08 UTC  (2+ messages)
` [Bug 64225] "

[Bug 64226] New: python-opencl package generate segmentation fault at pipe_r600.so
 2013-05-05  0:06 UTC 

[Bug 60969] New: [r600g] Lockup while playing OpenGL games with HD6450
 2013-05-04 23:26 UTC  (2+ messages)
` [Bug 60969] "

[Bug 64220] New: GPU lockup in L4D2 on SUMO
 2013-05-04 23:26 UTC  (7+ messages)
` [Bug 64220] "
` [Bug 64220] GPU lockup in L4D2 on SUMO and TURKS

[Bug 60553] New: [trine2] wrong colors when executed fullscreen
 2013-05-04 21:29 UTC  (5+ messages)
` [Bug 60553] "

[Bug 61747] New: [r600g] GPU lockup when playing WoW with 3.8.1 kernel
 2013-05-04 19:57 UTC  (2+ messages)
` [Bug 61747] [r600g] GPU lockup when playing WoW with HD6450 with htile enabled

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

[Bug 63730] New: UVD broken on HD5470 by "drm/radeon: raise UVD clocks only on demand"
 2013-05-04 18:01 UTC  (3+ messages)
` [Bug 63730] "

[git pull] drm for 3.10-rc1
 2013-05-04  8:10 UTC  (8+ messages)

[Bug 63973] New: Regression in WebGL gl-vertexattribpointer.html by commit 5649f886f7602
 2013-05-04  4:12 UTC  (2+ messages)
` [Bug 63973] "


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