messages from 2014-05-27 15:57:26 to 2014-05-30 17:12:36 UTC [more...]
[PATCH 0/8] prepare for preparing for atomic (v2)
2014-05-30 17:12 UTC (8+ messages)
` [PATCH 1/8] drm: helpers to find mode objects
` [PATCH 2/8] drm: add extended property types
` [PATCH 3/8] drm: add object property type
` [PATCH 4/8] drm: add signed-range "
` [PATCH 5/8] drm: spiff out FB refcnting traces
` [PATCH 6/8] drm: Split connection_mutex out of mode_config.mutex (v3)
` [PATCH 7/8] drm: convert crtc and connection_mutex to ww_mutex (v3)
[PATCH] drm/radeon/dpm: resume fixes for some systems
2014-05-30 16:40 UTC
[PATCH] gpu/drm/ttm: Use mutex_lock_killable() for shrinker functions
2014-05-30 16:08 UTC (8+ messages)
CIK hangs with kernel 3.15, bisected
2014-05-30 15:57 UTC (28+ messages)
[Bug 76761] New: radeon driver breaks suspend to disk and resume from RAM in 3.14
2014-05-30 14:49 UTC (5+ messages)
` [Bug 76761] radeon DPM "
[PATCH] drm/radeon: Resume fbcon last
2014-05-30 14:41 UTC (3+ messages)
[Bug 79223] New: extra vsync when reading back pixels in xbmc
2014-05-30 13:47 UTC (8+ messages)
` [Bug 79223] "
[Bug 77001] New: Radeon R9 270X GPU lockup and resume failure after all night inactivity
2014-05-30 12:39 UTC (5+ messages)
` [Bug 77001] Radeon R9 270X GPU lockup and resume failure after all night inactivity [drm,radeonsi]
[pull] radeon drm-fixes-3.15
2014-05-30 12:23 UTC
[PATCH 0/8] prepare for preparing for atomic
2014-05-30 12:00 UTC (23+ messages)
` [PATCH 1/8] drm: add object property type
` [PATCH 2/8] drm: add signed-range "
` [PATCH 3/8] drm: helpers to find mode objects
` [PATCH 4/8] drm: Allow drm_mode_object_find() to look up an object of any type
` [PATCH 5/8] drm: spiff out FB refcnting traces
` [PATCH 6/8] drm: push locking down into restore_fbdev_mode (v2)
` [PATCH 7/8] drm: Split connection_mutex out of mode_config.mutex (v2)
` [PATCH 8/8] drm: convert crtc and connection_mutex to ww_mutex
` [PATCH 1/2] v2 (Daniel): - Readd lost include. - Drop all the additional complexity which we only need later: The basic ww dance only requires the lock list and the contended pointer, nothing more. Some of the stuff also looks very suspicious. - Improve the contended checks a bit to make sure we only get an -EALREADY when we expect it. - Add an interruptible backoff function just to be complete (since otherwise the interruptible locking function makes 0 sense at all). - Inline the slowpath (due to the above). - Move ww_acquire_fini into drm_modeset_acquire_fini. I suspect this has been due to the confusion about the lifetime of the acquire ctx wrt the locking retry loop. - Drop uapi changes, they really shouldn't be in this patch. - s/!ret/ret == 0/ because I got confused - I tend to use !ret only for booleans or pointers, not for errno integer return values
` [PATCH 2/2] Revert "v2 (Daniel):"
[PATCH] drm: move debugfs init after dev->load()
2014-05-30 11:25 UTC (4+ messages)
[Bug 79431] New: OpenGL OpenCL interop results in corrupted renderbuffer object image
2014-05-30 10:04 UTC (2+ messages)
` [Bug 79431] "
[PATCH] drm/exynos: remove unnecessary exynos_hdmi.h file
2014-05-30 8:15 UTC (3+ messages)
[Bug 74751] New: resume from suspend broken with 3.15-rc1 and rc2 kernels
2014-05-30 8:13 UTC (2+ messages)
` [Bug 74751] "
[PATCH] drm/gk20a/fb: use dma_alloc_coherent() for VRAM
2014-05-30 6:47 UTC
[drm] INFO: possible recursive locking detected
2014-05-30 4:21 UTC
[PATCH 0/5] drm: Allow vblank interrupts during modeset and make the code less racy
2014-05-30 3:13 UTC (11+ messages)
` [PATCH 5/5] drm/i915: Allow vblank interrupts during modeset and eliminate some vblank races
` [Intel-gfx] "
[PATCH v2 00/18] drm/exynos: support MIPI DSI command mode display
2014-05-30 3:08 UTC (13+ messages)
` [PATCH v2 10/18] drm/exynos: fimd: support I80 interface
` [PATCH v2 13/18] ARM: dts: s6e3fa0: add DT bindings
[PATCH] drm/exynos: hdmi: remove the i2c drivers and use devtree - continued
2014-05-30 1:36 UTC (3+ messages)
[Bug 79338] New: Something's broken after llvm's svn commit 209067
2014-05-29 22:22 UTC (9+ messages)
` [Bug 79338] "
[PATCH 1/3] exynos: fix g2d_copy
2014-05-29 21:58 UTC (3+ messages)
` [PATCH 2/3] exynos: fix G2D_DOUBLE_TO_FIXED
` [PATCH 3/3] exynos: fix g2d_copy_with_scale
[PATCH] drm: Split connection_mutex out of mode_config.mutex (v2)
2014-05-29 21:54 UTC
[PATCH] drm: Don't export internal module variables
2014-05-29 18:25 UTC (2+ messages)
[PATCH 0/3] connector debugfs properties
2014-05-29 15:57 UTC (4+ messages)
` [PATCH 1/3] drm: add register and unregister functions for connectors
` [PATCH 2/3] drm/debugfs: add a "force" file per connector
` [PATCH 3/3] drm/debugfs: add an "edid_override" "
[Bug 79417] New: r600-cayman: GPU lockup in Planetary Annihilation (PTE 66705) on HD6950
2014-05-29 15:32 UTC
[PATCH 1/4] drm: Check CRTC compatibility in setplane
2014-05-29 15:06 UTC (2+ messages)
` [PATCH 2/4] drm/plane-helper: Add drm_plane_helper_check_update() (v3)
[Bug 76861] New: radeon: flickering horizontal stripes/lines
2014-05-29 14:10 UTC (5+ messages)
` [Bug 76861] "
[PATCH 1/1] drm: gem_cma: Use ERR_CAST helper
2014-05-29 14:00 UTC (2+ messages)
[PATCH] drm: Don't export internal module variables
2014-05-29 13:42 UTC (2+ messages)
[OT] JOB - AMD drivers
2014-05-29 12:53 UTC
[PATCH] drm/panel/s6e8aa0: add backlight support
2014-05-29 12:48 UTC
[PATCH 0/2] drm/gk20a: FB fixes
2014-05-29 10:16 UTC (2+ messages)
[PATCH] drm/exynos: consider deferred probe case
2014-05-29 9:29 UTC (2+ messages)
[PATCH v2] drm/exynos: consider deferred probe case
2014-05-29 9:28 UTC
[Bug 79325] New: Mesa 10.2.0rc4 crashes Xorg when launching Steam
2014-05-29 7:19 UTC (4+ messages)
` [Bug 79325] "
[PATCH v4 00/11] Add DRM for stih4xx platforms
2014-05-29 6:37 UTC (12+ messages)
` [PATCH v4 01/11] drm: sti: add bindings for DRM driver
` [PATCH v4 02/11] drm: sti: add VTG driver
` [PATCH v4 03/11] drm: sti: add VTAC drivers
` [PATCH v4 04/11] drm: sti: add HDMI driver
` [PATCH v4 05/11] drm: sti: add HDA driver
` [PATCH v4 06/11] drm: sti: add TVOut driver
` [PATCH v4 07/11] drm: sti: add GDP layer
` [PATCH v4 08/11] drm: sti: add VID layer
` [PATCH v4 09/11] drm: sti: add Mixer
` [PATCH v4 10/11] drm: sti: add Compositor
` [PATCH v4 11/11] drm: sti: Add DRM driver itself
[PATCH 1/1] drm/exynos: Use PTR_ERR_OR_ZERO in exynos_dp_core.c
2014-05-29 6:04 UTC (2+ messages)
[Bug 72621] New: X crash while video playback in Chrome (with enabled hardware acceleration)
2014-05-29 4:41 UTC (2+ messages)
` [Bug 72621] X crash while video playback in web browsers with enabled rendering hardware acceleration
[PATCH 0/8] drm/exynos: ipp: fix races
2014-05-29 2:49 UTC (9+ messages)
` [PATCH 1/8] drm/exynos: ipp: remove usless list_empty() functions
` [PATCH 2/8] drm/exynos: ipp: remove duplicated setting
` [PATCH 3/8] drm/exynos: ipp: rename cmd_lock to lock
` [PATCH 4/8] drm/exynos: ipp: add cmd_lock for cmd_list
` [PATCH 5/8] drm/exynos: ipp: add ipp_remove_id()
` [PATCH 6/8] drm/exynos: ipp: rearrange c_node->mem_lock using routines
` [PATCH 7/8] drm/exynos: ipp: rearrange c_node->event_lock using routine
` [PATCH 8/8] drm/exynos: ipp: update comment for struct drm_ipp_buf_info
[PATCH v2 0/5] Move IPUv3 core out of staging, add CSI support
2014-05-28 21:13 UTC (3+ messages)
` [PATCH v2 1/5] gpu: ipu-v3: Move i.MX IPUv3 core driver out of staging
[Bug 73911] Color Banding on radeon
2014-05-28 18:35 UTC (2+ messages)
[PATCH 00/17] prepare for atomic/nuclear modeset/pageflip
2014-05-28 15:19 UTC (16+ messages)
` [PATCH 14/17] drm/msm: add atomic support
Contribution
2014-05-28 14:58 UTC
[Bug 73338] Fan speed in idle at 40% with radeonsi and at 18% with catalyst
2014-05-28 14:47 UTC
[PATCH] drm: crtc-helper: Remove useless loop
2014-05-28 14:35 UTC (3+ messages)
[PATCH] [RFC] drm: Split connection_mutex out of mode_config.mutex
2014-05-28 12:04 UTC (2+ messages)
[PATCH 0/2] drm/exynos: consider deferred probe case
2014-05-28 11:22 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/exynos: mipi-dsi: consider panel driver-deferred probe
[Bug 79318] New: [radeonsi] The Witcher 2 wine graphical corruption
2014-05-28 9:26 UTC (3+ messages)
` [Bug 79318] "
[Bug 76981] New: unsave locking
2014-05-28 8:30 UTC
[PATCH 1/5] drm/radeon: remove (pre|post)_page_flip callbacks
2014-05-28 6:56 UTC (8+ messages)
` [PATCH 3/5] drm/radeon: split page flip and pending callback
` [PATCH 4/5] drm/radeon: separate vblank and pflip crtc handling
` [PATCH 5/5] drm/radeon: rework page flip handling v3
[PATCH v5] drm/exynos: enable fimd clocks in probe before accessing fimd registers
2014-05-28 6:17 UTC (7+ messages)
[PATCH] drm/exynos: remove hardware overlays disable from fimd probe
2014-05-28 6:11 UTC
[PATCH] drm/radeon: optimize CIK VM handling v2
2014-05-28 3:29 UTC (2+ messages)
[Patch] x86, ia64, efifb: Move boot_vga fixup from pci to vgaarb
2014-05-27 23:42 UTC (2+ messages)
[PATCH] drm/radeon/atom: fix dithering on certain panels
2014-05-27 20:44 UTC
[PATCH 1/3] drm/radeon: add define for flags used in R600+ GTT
2014-05-27 18:07 UTC (5+ messages)
` [PATCH 3/3] drm/radeon: optimize CIK VM handling
[PATCH 1/2] drm/radeon: fix typo in radeon_connector_is_dp12_capable()
2014-05-27 18:07 UTC (2+ messages)
` [PATCH 2/2] drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices
[PULL] drm-intel-fixes
2014-05-27 17:08 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox