dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-09 23:35:22 to 2013-01-14 10:10:02 UTC [more...]

[PATCH] drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd try
 2013-01-14 10:09 UTC  (2+ messages)

[PATCH] Revert "drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S"
 2013-01-14 10:06 UTC 

[PATCH] nouveau: add support for setting engine on nve0
 2013-01-14 10:06 UTC  (3+ messages)

[Bug 59332] New: Problems building 32bit Mesa
 2013-01-14  8:47 UTC  (2+ messages)
` [Bug 59332] "

[PATCH 1/3] drm/exynos: Make g2d_userptr_get_dma_addr static
 2013-01-14  6:59 UTC  (3+ messages)
` [PATCH 2/3] drm/exynos: Make ipp_handle_cmd_work static
` [PATCH 3/3] drm/exynos: Add missing static specifiers in exynos_drm_rotator.c

[RFC PATCH 0/4] exynos-drm-hdmi driver to CDF complaint display driver
 2013-01-14  6:04 UTC  (7+ messages)
` [RFC PATCH 1/4] video: display: add event handling, set mode and hdmi ops to cdf core
` [RFC PATCH 2/4] drm/edid: temporarily exposing generic edid-read interface from drm
` [RFC PATCH 3/4] drm/exynos: moved drm hdmi driver to cdf framework
` [RFC PATCH 4/4] alsa/soc: add hdmi audio codec based on cdf

[Bug 59089] New: [bisected, regression] flood of GPU fault detected in logs caused by 9af20... drm/radeon: fix fence locking in the pageflip callback
 2013-01-14  6:01 UTC  (3+ messages)
` [Bug 59089] "

[git pull] drm fixes
 2013-01-14  2:16 UTC 

[Bug 59322] New: r300g MSAA breaks Half-Life 2 in Wine
 2013-01-14  0:15 UTC  (4+ messages)
` [Bug 59322] "

Regression: drm/radeon: brightness control hard system lockup
 2013-01-13 21:00 UTC  (5+ messages)

[Bug 59269] New: git mesa gallium r600 fails to display text in 3D graphics, bisected
 2013-01-13 13:56 UTC  (11+ messages)
` [Bug 59269] Regression: "

radeon causing sleeping function called from invalid context
 2013-01-13 11:38 UTC 

[Bug 59282] New: Undefined symbol '_ZTVN10__cxxabiv120__si_class_type_infoE' in r600_dri.so
 2013-01-13 11:29 UTC  (11+ messages)
` [Bug 59282] "

[Bug 58372] New: [KMS][Cayman] Garbled screen and gpu crash with 6950 with drm-next
 2013-01-13  5:42 UTC  (3+ messages)
` [Bug 58372] "

[Bug 59285] New: [regression] Non-MSAA no longer working
 2013-01-12 23:27 UTC  (8+ messages)
` [Bug 59285] "
` [Bug 59285] [regression] 2D non-MSAA not working properly

[Bug 52491] New: radeon massive screen corruption BARTS HD6870
 2013-01-12 23:19 UTC  (7+ messages)
` [Bug 52491] "

[Bug 59296] New: libGL cannot load r600_dri unless application itself is linked to libstdc++
 2013-01-12 22:41 UTC  (2+ messages)
` [Bug 59296] "

[Bug 23622] New: probably radeon kms / memory shortage related scheduling while atomic
 2013-01-12 17:28 UTC  (2+ messages)
` [Bug 23622] null-pointer deref in ttm_bo_reserve() during using KDE 4.5 compositing session with radeon kms

[Bug 47244] New: [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
 2013-01-12 12:43 UTC  (2+ messages)
` [Bug 47244] "

[Bug 41819] New: s.t.a.l.k.e.r. SoC has completely messed up geometry
 2013-01-12 12:41 UTC  (4+ messages)
` [Bug 41819] "

[Bug 38753] New: Strange drawing around models in r600g in SC2
 2013-01-12 12:30 UTC  (2+ messages)
` [Bug 38753] "

[PATCH] drm/nouveau: use different register to wait for secret scrubber to be completed
 2013-01-12 12:03 UTC 

[Bug 58667] New: Random crashes on CAYMAN
 2013-01-12 11:59 UTC  (3+ messages)
` [Bug 58667] "

[PATCH] drm/radeon: allow FP16 color clear registers on r500
 2013-01-12  3:19 UTC 

[Bug 37171] New: half-life 2 with -dxlevel 90 crashes system
 2013-01-12  0:11 UTC  (3+ messages)
` [Bug 37171] "

[PATCH 00/36] kms locking rework
 2013-01-11 23:17 UTC  (43+ messages)
` [PATCH 01/35] drm: review locking rules in drm_crtc.c
` [PATCH 02/35] drm/doc: integrate drm_crtc.c kerneldoc
` [PATCH 03/35] drm/<drivers>: reorder framebuffer init sequence
` [PATCH 04/35] drm/vmwgfx: "
` [PATCH 05/35] drm/gma500: move fbcon restore to lastclose
` [PATCH 06/35] drm/nouveau: protect evo_wait/evo_kick sections with a channel mutex
` [PATCH 07/35] drm/nouveau: try to protect nbo->pin_refcount
` [PATCH 08/35] drm/<drivers>: Unified handling of unimplemented fb->create_handle
` [PATCH 09/35] drm: encapsulate crtc->set_config calls
` [PATCH 10/35] drm: add drm_modeset_lock|unlock_all
` [PATCH 11/35] drm/i915: use drm_modeset_lock_all
` [PATCH 12/35] drm/gma500: "
` [PATCH 13/35] drm/ast: "
` [PATCH 14/35] drm/shmobile: "
` [PATCH 15/35] drm/vmgfx: "
` [PATCH 16/35] drm: add per-crtc locks
` [PATCH 17/35] drm: only take the crtc lock for ->cursor_set
` [PATCH 18/35] drm: only take the crtc lock for ->cursor_move
` [PATCH 19/35] drm: revamp locking around fb creation/destruction
` [PATCH 20/35] drm: create drm_framebuffer_lookup
` [PATCH 21/35] drm: revamp framebuffer cleanup interfaces
` [PATCH 22/35] drm: reference framebuffers which are on the idr
` [PATCH 23/35] drm: nest modeset locks within fpriv->fbs_lock
` [PATCH 24/35] drm: push modeset_lock_all into ->fb_create driver callbacks
` [PATCH 25/35] drm: don't take modeset locks in getfb ioctl
` [PATCH 26/35] drm: fb refcounting for dirtyfb_ioctl
` [PATCH 27/35] drm: refcounting for sprite framebuffers
` [PATCH 28/35] drm: refcounting for crtc framebuffers
` [PATCH 29/35] drm/i915: dump refcount into framebuffer debugfs file
` [PATCH 30/35] drm/vmwgfx: add proper framebuffer refcounting
` [PATCH 31/35] drm: optimize drm_framebuffer_remove
` [PATCH 32/35] drm: only grab the crtc lock for pageflips
` [PATCH 33/35] drm: don't hold crtc mutexes for connector ->detect callbacks
` [PATCH 34/35] drm/doc: updates for new framebuffer lifetime rules
` [PATCH 35/35] drm/fb_helper: check whether fbcon is bound
` [PATCH 36/36] drm/i915: wake up all pageflip waiters

CDF discussions at FOSDEM
 2013-01-11 22:27 UTC  (2+ messages)

[Bug 56918] New: [R350] Black labels on MapsGL
 2013-01-11 22:02 UTC  (2+ messages)
` [Bug 56918] "

[Bug 35998] New: Artifacts under Gnome Shell
 2013-01-11 21:54 UTC  (2+ messages)
` [Bug 35998] RS600: Texture alignment issues "

[PATCH 0/4] some misc drm patches
 2013-01-11 21:56 UTC  (3+ messages)
` [PATCH 2/4] drm/cma: add debugfs helpers

[Bug 35861] New: [r300g] Oilrush: whiter triangle between center of the screen and horizon
 2013-01-11 21:53 UTC  (2+ messages)
` [Bug 35861] "

[Bug 35396] New: [mesa] black window when running glxgears after resume from suspend on ATI Radeon X800 SE
 2013-01-11 21:45 UTC  (2+ messages)
` [Bug 35396] "

[Bug 41659] New: Weird unit rendering on SpringRTS
 2013-01-11 21:44 UTC  (2+ messages)
` [Bug 41659] "

[Bug 46019] New: blur position incorrect
 2013-01-11 21:33 UTC  (2+ messages)
` [Bug 46019] "

[Bug 42069] New: Texture artifacts
 2013-01-11 21:29 UTC  (2+ messages)
` [Bug 42069] "

[Bug 40213] New: src/mesa/state_tracker/st_glsl_to_tgsi.cpp:3176:copy_propagate: Assertion `inst->dst.file != PROGRAM_TEMPORARY || inst->dst.index < this->next_temp' failed
 2013-01-11 21:26 UTC  (2+ messages)
` [Bug 40213] [r300g] "

[Bug 48382] New: weird rendering distortions on R200M
 2013-01-11 21:24 UTC  (2+ messages)
` [Bug 48382] "

[Bug 38692] New: Massive graphical distortion on resume
 2013-01-11 21:19 UTC  (2+ messages)
` [Bug 38692] "

[Bug 41668] New: Screen locks up at random points when using a 3D compositing wm (gnome-shell) on an rv515 (radeon mobility x1300)
 2013-01-11 21:11 UTC  (2+ messages)
` [Bug 41668] "

[Bug 40495] New: r300 performance is slower on sleep resume
 2013-01-11 21:10 UTC  (2+ messages)
` [Bug 40495] "

[PATCH] drm/radeon: improve semaphore debugging on lockup
 2013-01-11 20:19 UTC 

[PATCH] [RFC] video: exynos dp: Making Exynos DP Compliant with CDF
 2013-01-11 20:00 UTC  (2+ messages)

[git pull] drm intel fixes
 2013-01-11 19:37 UTC  (3+ messages)

[Bug 2377] Polygon stipple broken
 2013-01-11 15:35 UTC  (5+ messages)

[Bug 27704] New: [KMS] fbo_firecube broken on rv280 and current mesa
 2013-01-11 14:41 UTC  (7+ messages)
` [Bug 27704] "

[Bug 17957] GL_POLYGON_STIPPLE is broken
 2013-01-11 14:36 UTC 

[Bug 4451] pageflip doesn't always work correctly
 2013-01-11 14:35 UTC 

[RFC 0/4] TI LCDC DRM driver
 2013-01-11 13:13 UTC  (7+ messages)
` [PATCH 2/4] RFC: drm/lcdc: add support for LCD panels (v2)

radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec
 2013-01-11 11:43 UTC  (5+ messages)

[PATCH 1/3] udldrmfb: Fix EDID not working with monitors with EDID extension blocks
 2013-01-11 11:08 UTC  (3+ messages)
` [PATCH 2/3] udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stack
` [PATCH 3/3] udldrmfb: udl_get_edid: drop unneeded i--

[Bug 36596] New: Major 2D performance bottleneck (most noticeable with compiz)
 2013-01-11 10:56 UTC  (2+ messages)
` [Bug 36596] "

[Bug 45473] New: vdpau-r300 requires softpipe
 2013-01-11  9:45 UTC  (2+ messages)
` [Bug 45473] "

[PATCH] drm/exynos: consider DMA_NONE flag to dmabuf import
 2013-01-11  5:13 UTC 

[PATCH] drm/exynos: free sg object if dma_map_sg is failed
 2013-01-11  5:12 UTC 

[PATCH] drm/exynos: added validation of edid for vidi connection
 2013-01-11  4:20 UTC  (2+ messages)

[Bug 58354] New: r600g locks up in Unigine Tropics with drm-next
 2013-01-11  1:01 UTC  (5+ messages)
` [Bug 58354] [bisected] r600g: use DMA engine for VM page table updates on cayman locks in Unigine Tropics

[Bug 59219] New: [radeon BUG] Sleeping function called from invalid context
 2013-01-10 22:59 UTC  (2+ messages)
` [Bug 59219] "

[pull] radeon drm-fixes-3.8
 2013-01-10 22:42 UTC 

[PATCH libdrm 0/4] Manpages for libdrm
 2013-01-10 21:19 UTC  (4+ messages)

[pull] drm-intel-next for 3.9
 2013-01-10 19:42 UTC 

[PATCH 1/1] drm: Fix comment about drm_exit which has been replaced by drm_platform_exit in 2.6.39
 2013-01-10 17:24 UTC  (3+ messages)

[pull] drm-intel-fixes
 2013-01-10 17:14 UTC 

BUG: sleeping function called from invalid context at mm/slab.c:3179
 2013-01-10 15:17 UTC 

[Bug 59194] New: [r300g] sauerbraten corrupted with MSAA
 2013-01-10 14:41 UTC  (2+ messages)
` [Bug 59194] "

[PATCH 0/2] Making Exynos MIPI Complaint with Common Display Framework
 2013-01-10 11:33 UTC  (7+ messages)
` [PATCH 2/2] [RFC] video: display: Adding frame related ops to MIPI DSI video source struct

[PATCH v4] drm/exynos: let drm handle edid allocations
 2013-01-10  6:17 UTC  (2+ messages)

[PATCHv16 0/7] of: add display helper
 2013-01-10  4:58 UTC  (4+ messages)

[PATCH] build: Add --disable-manpages configure option
 2013-01-10  0:46 UTC 


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