dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-07-07 09:22:15 to 2012-07-13 18:55:26 UTC [more...]

[pull] drm-intel-next
 2012-07-13 18:55 UTC 

[RFC] dma-fence: dma-buf synchronization (v2)
 2012-07-13 18:52 UTC  (3+ messages)

libdrm: Fix some warnings reported by clang's scan-build tool
 2012-07-13 18:34 UTC  (14+ messages)
` [PATCH 1/5] libkms/intel.c: Fix a memory leak and a dead assignment as well as cleanup code a bit
` [PATCH 2/5] libkms/nouveau.c: Fix a memory leak and "
` [PATCH 3/5] nouveau/nouveau.c: Fix two memory leaks
` [PATCH 4/5] xf86drm.c: Make more code UDEV unrelevant and fix a memory leak
` [PATCH 5/5] modetest.c: Add return 0 in bit_name_fn(res) macro
  ` libdrm: Fix some warnings reported by clang's scan-build tool [try 2]
    ` [PATCH 1/6] libkms/intel.c: Fix a memory leak and a dead assignment as well as make some code easier to read
    ` [PATCH 2/6] libkms/nouveau.c: Fix a memory leak and "
    ` [PATCH 3/6] nouveau/nouveau.c: Fix two memory leaks
    ` [PATCH 4/6] xf86drm.c: Make more code UDEV unrelevant
    ` [PATCH 5/6] xf86drm.c: Fix two memory leaks
    ` [PATCH 6/6] modetest.c: Add return 0 in bit_name_fn(res) macro

[Bug 52054] New: gallium/opencl doesnt support includes for opencl kernels
 2012-07-13 22:19 UTC 

[PATCH 1/3] drm/radeon: return an error if there is nothing to wait for
 2012-07-13 14:53 UTC  (6+ messages)
` [PATCH 2/3] drm/radeon: let sa manager block for fences "
` [PATCH 3/3] drm/radeon: fix const IB handling

Ring saving patches round 3
 2012-07-13 13:57 UTC  (21+ messages)
` [PATCH 01/15] drm/radeon: add error handling to fence_wait_empty_locked
` [PATCH 02/15] drm/radeon: add error handling to radeon_vm_unbind_locked
` [PATCH 03/15] drm/radeon: fix fence related segfault in CS
` [PATCH 04/15] drm/radeon: add an exclusive lock for GPU reset v2
` [PATCH 05/15] drm/radeon: fix ring commit padding
` [PATCH 06/15] drm/radeon: fix fence value access
` [PATCH 07/15] drm/radeon: fix fence init after resume
` [PATCH 08/15] drm/radeon: remove FIXME comment from chipset suspend
` [PATCH 09/15] drm/radeon: make cp init on cayman more robust
` [PATCH 10/15] drm/radeon: remove ip_pool start/suspend
` [PATCH 11/15] drm/radeon: remove r600_blit_suspend
` [PATCH 12/15] drm/radeon: remove vm_manager start/suspend
` [PATCH 13/15] drm/radeon: move radeon_ib_ring_tests out of chipset code
` [PATCH 14/15] drm/radeon: record what is next valid wptr for each ring v3
` [PATCH 15/15] drm/radeon: implement ring saving on reset v4

[PATCH] drm/radeon: fix bo creation retry path
 2012-07-13  7:43 UTC  (3+ messages)

[PATCH 0/7] [RFC] drm/exynos: Add IOMMU support to DRM
 2012-07-13  7:33 UTC  (14+ messages)
` [PATCH 1/7] drm/exynos: create common IOMMU mapping for DRM
` [PATCH 2/7] ARM: EXYNOS5: add sysmmu field to fimd device node
` [PATCH 3/7] drm/exynos: add IOMMU support to drm fimd
` [PATCH 4/7] ARM: dma-mapping: rename and export iommu_ops
` [PATCH 5/7] drm/exynos: attach drm device with common drm mapping
` [PATCH 6/7] drm/exynos: Add exynos drm specific fb_mmap function
` [PATCH 7/7] drm/exynos: Add IOMMU support for mapping gem object

[PATCH] Documentation: DocBook DRM framework documentation
 2012-07-13  0:00 UTC 

[PATCH 1/2] drm: Add colouring to the range allocator
 2012-07-12 12:15 UTC  (2+ messages)

AMD GPU: Toshiba, brightness and ATIF
 2012-07-12 11:05 UTC 

[PATCH] dma-fence: dma-buf synchronization
 2012-07-12  0:21 UTC  (4+ messages)
` [RFC] "

[PATCH v2] of: Add videomode helper
 2012-07-11 20:40 UTC  (4+ messages)

[PATCH v3] DRM: Add DRM kms/fb cma helper
 2012-07-11 18:53 UTC  (2+ messages)

[PATCH 24/81] drm/fb helper: don't call drm_crtc_helper_set_config
 2012-07-11 14:28 UTC  (2+ messages)
` [PATCH 25/81] drm: remove the list_head from drm_mode_set

[Bug 15844] Failed to load firmware "radeon/RV770_pfp.bin"
 2012-07-11 15:25 UTC 

[Bug 15748] New: BUG: unable to handle kernel NULL pointer dereference at 0000000000000028
 2012-07-11 15:08 UTC  (2+ messages)
` [Bug 15748] "

[Bug 15738] New: VGA output of Radeon HD3450 displays too bright colors with KMS radeon driver
 2012-07-11 15:08 UTC  (2+ messages)
` [Bug 15738] "

3.5-rc5: radeon acceleration regression on Transmeta system
 2012-07-11 10:43 UTC  (6+ messages)

[PATCH V2 0/2] video: drm: Add Device tree support to DRM-FIMD
 2012-07-11  8:44 UTC  (3+ messages)
` [PATCH V2 1/2] video: drm: exynos: Add device tree support
` [PATCH V2 2/2] drm/exynos: Modifying exynos drm fimd to support exynos5

[PATCH 01/15] drm/radeon: add error handling to fence_wait_empty_locked
 2012-07-11  8:08 UTC  (18+ messages)
` [PATCH 02/15] drm/radeon: add error handling to radeon_vm_unbind_locked
` [PATCH 03/15] drm/radeon: fix fence related segfault in CS
` [PATCH 04/15] drm/radeon: add an exclusive lock for GPU reset v2
` [PATCH 05/15] drm/radeon: fix ring commit padding
` [PATCH 06/15] drm/radeon: fix fence value access
` [PATCH 07/15] drm/radeon: fix fence init after resume
` [PATCH 08/15] drm/radeon: remove FIXME comment from chipset suspend
` [PATCH 09/15] drm/radeon: make cp init on cayman more robust
` [PATCH 10/15] drm/radeon: remove ip_pool start/suspend
` [PATCH 11/15] drm/radeon: remove r600_blit_suspend
` [PATCH 12/15] drm/radeon: remove vm_manager start/suspend
` [PATCH 13/15] drm/radeon: move radeon_ib_ring_tests out of chipset code
` [PATCH 14/15] drm/radeon: record what is next valid wptr for each ring v2
` [PATCH 15/15] drm/radeon: implement ring saving on reset v2

general protection fault on ttm_init()
 2012-07-11  4:41 UTC  (7+ messages)

[PATCH 3/3] drm/exynos: implement kmap/kunmap/kmap_atomic/kunmap_atomic functions of dma_buf_ops
 2012-07-10 13:32 UTC 

[PATCH 2/3] drm/exynos: add dmabuf mmap function
 2012-07-10 13:32 UTC 

[PATCH 1/3] drm/exynos: correct dma_buf exporter permission as ReadWrite
 2012-07-10 13:32 UTC 

[RFC] drm/radeon: restoring ring commands in case of a lockup
 2012-07-10 12:54 UTC  (30+ messages)
` [PATCH 01/16] drm/radeon: add error handling to fence_wait_empty_locked
` [PATCH 02/16] drm/radeon: add error handling to radeon_vm_unbind_locked
` [PATCH 03/16] drm/radeon: fix fence related segfault in CS
` [PATCH 04/16] drm/radeon: add an exclusive lock for GPU reset v2
` [PATCH 05/16] drm/radeon: fix ring commit padding
` [PATCH 06/16] drm/radeon: fix fence value access
` [PATCH 07/16] drm/radeon: fix fence init after resume
` [PATCH 08/16] drm/radeon: remove FIXME comment from chipset suspend
` [PATCH 09/16] drm/radeon: make cp init on cayman more robust
` [PATCH 10/16] drm/radeon: remove ip_pool start/suspend
` [PATCH 11/16] drm/radeon: remove r600_blit_suspend
` [PATCH 12/16] drm/radeon: remove vm_manager start/suspend
` [PATCH 13/16] drm/radeon: move radeon_ib_ring_tests out of chipset code
` [PATCH 14/16] drm/radeon: make align a ring_init parameter
` [PATCH 15/16] drm/radeon: implement ring commit tracking
` [PATCH 16/16] drm/radeon: implement ring saving on reset

[RFC PATCH 0/8] Dmabuf synchronization
 2012-07-10 10:57 UTC  (9+ messages)
` [RFC PATCH 1/8] dma-buf-mgr: Try 2
` [RFC PATCH 2/8] prime wip: i915
` [RFC PATCH 3/8] nouveau: Extend prime code
` [RFC PATCH 4/8] nouveau: add nouveau_bo_vma_add_access
` [RFC PATCH 5/8] nouveau: Add methods preparing for prime fencing
` [RFC PATCH 6/8] nouveau: nv84 fence prime implementation
` [RFC PATCH 7/8] nouveau: nvc0 "
` [RFC PATCH 8/8] nouveau: Prime execbuffer submission synchronization

Mesa shader compiling/optimizing process is too slow
 2012-07-10  4:18 UTC  (3+ messages)

[Bug 45018] New: [bisected] rendering regression since added support for virtual address space on cayman v11
 2012-07-10  7:23 UTC  (4+ messages)
` [Bug 45018] "

[REGRESSION] nouveau: Memory corruption using nva3 engine for 0xaf
 2012-07-09 18:27 UTC  (6+ messages)

[Bug 33309] [855GM] GPU freeze due to overlay hang
 2012-07-09 18:37 UTC  (2+ messages)

[PATCH] drm/exynos: Add exynos drm specific fb_mmap function
 2012-07-09 11:41 UTC 

[Bug 51870] r600_streamout=1 nothing change
 2012-07-09 17:50 UTC  (3+ messages)

[PATCH, RFC] i.MX DRM support
 2012-07-09  8:42 UTC  (5+ messages)

[Bug 44341] New: Radeon HD6990M: HDMI audio output works now! Kernel gives new warning
 2012-07-09  8:40 UTC  (10+ messages)
` [Bug 44341] "

[Bug 42984] scrabled video with nouveau drivers on mac mini (320m)
 2012-07-09  8:33 UTC 

[PATCH 0/2] fix memory deallocation and exception
 2012-07-09  7:39 UTC  (5+ messages)
` [PATCH 1/2] drm/exynos: use __free_page() to deallocate memory
  ` [PATCH v2] "
    ` [PATCH v3] "
` [PATCH 2/2] drm/exynos: fixed exception to page allocation failure

[PATCH 4/4] drm/exynos: check if framebuffer and gem size are valid or not
 2012-07-09  5:23 UTC  (2+ messages)
` [PATCH v2] "

question about drivers/gpu/drm/gma500/oaktrail_lvds.c
 2012-07-09  5:16 UTC  (5+ messages)

[git pull] drm/exynos: updated exynos-drm-fixes
 2012-07-09  5:05 UTC 

[Bug 43751] New: [TTM] Out of kernel memory
 2012-07-08 21:44 UTC  (3+ messages)
` [Bug 43751] "

[PATCH 1/3] drivers/gpu/drm/gma500/mdfld_intel_display.c: remove invalid reference to list iterator variable
 2012-07-08 21:13 UTC  (3+ messages)
` [PATCH 2/3] drivers/gpu/drm/gma500/oaktrail_crtc.c: "
` [PATCH 3/3] drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c: "

[PATCH 4/7] drivers/gpu/drm: remove invalid reference to list iterator variable
 2012-07-08 20:56 UTC  (3+ messages)

[Bug 42162] Display not enabled on resume (HP DV6)
 2012-07-08 15:31 UTC 

Tegra DRM device tree bindings
 2012-07-08  5:53 UTC  (4+ messages)

[PATCH 2/2] drm/radeon: Make sure the correct TA bit is used for R700
 2012-07-07 11:09 UTC 

[PATCH 1/2] drm/radeon: Document that R700 has a different TA status bit than R600
 2012-07-07 11:08 UTC 

[PATCH] drm/mgag200: fix null pointer dereference
 2012-07-07  9:22 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).