| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/radeon: clear needs_reset flag if IB test fails | Christian König | 2014-04-03 | 1 | -0/+1 |
* | Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ... | Dave Airlie | 2014-04-02 | 62 | -347/+941 |
|\ |
|
| * | drm/doc: Update plane documentation and add plane helper library | Matt Roper | 2014-04-01 | 1 | -7/+43 |
| * | drm: Allow userspace to ask for universal plane list (v2) | Matt Roper | 2014-04-01 | 5 | -5/+41 |
| * | drm: Remove unused drm_crtc->fb | Matt Roper | 2014-04-01 | 1 | -3/+0 |
| * | drm: Replace crtc fb with primary plane fb (v3) | Matt Roper | 2014-04-01 | 50 | -282/+285 |
| * | drm/msm: Switch to universal plane API's | Matt Roper | 2014-04-01 | 4 | -8/+18 |
| * | drm: Add drm_crtc_init_with_planes() (v2) | Matt Roper | 2014-04-01 | 3 | -4/+47 |
| * | drm: Add plane type property (v2) | Rob Clark | 2014-04-01 | 2 | -0/+28 |
| * | drm: Add drm_universal_plane_init() | Matt Roper | 2014-04-01 | 2 | -30/+59 |
| * | drm: Add primary plane helpers (v3) | Matt Roper | 2014-04-01 | 3 | -1/+363 |
| * | drm: Make drm_crtc_check_viewport non-static | Matt Roper | 2014-04-01 | 2 | -7/+17 |
| * | drm/shmobile: Restrict plane loops to only operate on legacy planes | Matt Roper | 2014-04-01 | 1 | -1/+1 |
| * | drm/i915: Restrict plane loops to only operate on overlay planes (v2) | Matt Roper | 2014-04-01 | 2 | -3/+9 |
| * | drm/exynos: Restrict plane loops to only operate on overlay planes (v2) | Matt Roper | 2014-04-01 | 2 | -2/+2 |
| * | drm: Add support for multiple plane types (v2) | Matt Roper | 2014-04-01 | 3 | -7/+41 |
* | | drm/crtc-helper: don't disable disconnected outputs | Daniel Vetter | 2014-04-02 | 1 | -2/+0 |
* | | drm/crtc-helpers: fix dpms on logic | Daniel Vetter | 2014-04-02 | 1 | -1/+2 |
* | | drm/qxl: unset a pointer in sync_obj_unref | Maarten Lankhorst | 2014-04-02 | 1 | -0/+1 |
* | | drm: Specify a bit more the DRM_CAP_CURSOR_{WIDTH, HEIGHT} caps | Lespiau, Damien | 2014-04-02 | 1 | -0/+9 |
* | | drm/nouveau: don't suspend/resume display on runtime s/r | Dave Airlie | 2014-04-02 | 1 | -7/+5 |
|/ |
|
* | Merge tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/l... | Dave Airlie | 2014-03-31 | 19 | -226/+500 |
|\ |
|
| * | drm/vmwgfx: Bump driver minor and date | Thomas Hellstrom | 2014-03-28 | 1 | -2/+2 |
| * | drm/vmwgfx: Enable render nodes | Thomas Hellstrom | 2014-03-28 | 1 | -22/+21 |
| * | drm/vmwgfx: Tighten the security around buffer maps | Thomas Hellstrom | 2014-03-28 | 1 | -2/+7 |
| * | drm/ttm: Add a ttm_ref_object_exists function | Thomas Hellstrom | 2014-03-28 | 2 | -0/+50 |
| * | drm/vmwgfx: Tighten security around surface sharing v2 | Thomas Hellstrom | 2014-03-28 | 1 | -0/+24 |
| * | drm/vmwgfx: Allow prime fds in the surface reference ioctls | Thomas Hellstrom | 2014-03-28 | 2 | -36/+81 |
| * | drm/vmwgfx: Drop authentication requirement on UNREF ioctls | Thomas Hellstrom | 2014-03-28 | 1 | -5/+5 |
| * | drm/vmwgfx: Reinstate and tighten security around legacy master model | Thomas Hellstrom | 2014-03-28 | 1 | -5/+89 |
| * | drm/vmwgfx: Use a per-device semaphore for reservation protection | Thomas Hellstrom | 2014-03-28 | 11 | -58/+46 |
| * | drm: Add a function to get the ioctl flags | Thomas Hellstrom | 2014-03-28 | 2 | -0/+19 |
| * | drm: Protect the master management with a drm_device::master_mutex v3 | Thomas Hellstrom | 2014-03-28 | 3 | -47/+64 |
| * | drm: Remove the minor master list | Thomas Hellstrom | 2014-03-28 | 2 | -7/+0 |
| * | drm: Improve on minor type helpers v3 | Thomas Hellstrom | 2014-03-28 | 3 | -7/+10 |
| * | drm: Make control nodes master-less v3 | Thomas Hellstrom | 2014-03-28 | 3 | -5/+13 |
| * | drm: Break out ioctl permission check to a separate function v2 | Thomas Hellstrom | 2014-03-28 | 1 | -38/+75 |
| * | drm: Have the crtc code only reference master from legacy nodes v2 | Thomas Hellstrom | 2014-03-28 | 1 | -6/+8 |
|/ |
|
* | drm/i915: fix build warning on 32-bit (v2) | Dave Airlie | 2014-03-28 | 1 | -1/+1 |
* | drm: Remove the ', ' after the function name in debug logs | Lespiau, Damien | 2014-03-28 | 1 | -1/+1 |
* | drm: Remove the prefix argument of drm_ut_debug_printk() | Lespiau, Damien | 2014-03-28 | 2 | -15/+8 |
* | drm: drm_ut_debug_printk() isn't called with NULL anywmore | Lespiau, Damien | 2014-03-28 | 1 | -5/+1 |
* | drm: Pull the test on drm_debug in the logging macros | Lespiau, Damien | 2014-03-28 | 2 | -26/+27 |
* | drm: Remove the now unused DRM_LOG* macros | Lespiau, Damien | 2014-03-28 | 1 | -19/+0 |
* | staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 1 | -1/+1 |
* | drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 5 | -39/+39 |
* | drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 1 | -10/+10 |
* | drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS() | Lespiau, Damien | 2014-03-28 | 2 | -2/+2 |
* | drm: Remove the unused (and unusable) DRM_LOG_MODE() | Lespiau, Damien | 2014-03-28 | 1 | -6/+0 |
* | drm: Refresh the explanation of debug categories | Lespiau, Damien | 2014-03-28 | 1 | -30/+27 |