summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-04drm/ttm: Hide the implementation details of reservationThomas Hellstrom
2014-04-02Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie
2014-04-02drm/crtc-helper: don't disable disconnected outputsDaniel Vetter
2014-04-02drm/crtc-helpers: fix dpms on logicDaniel Vetter
2014-04-02drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst
2014-04-02drm: Specify a bit more the DRM_CAP_CURSOR_{WIDTH, HEIGHT} capsLespiau, Damien
2014-04-02drm/nouveau: don't suspend/resume display on runtime s/rDave Airlie
2014-04-02drm/doc: Update plane documentation and add plane helper libraryMatt Roper
2014-04-02drm: Allow userspace to ask for universal plane list (v2)Matt Roper
2014-04-02drm: Remove unused drm_crtc->fbMatt Roper
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-04-02drm/msm: Switch to universal plane API'sMatt Roper
2014-04-02drm: Add drm_crtc_init_with_planes() (v2)Matt Roper
2014-04-02drm: Add plane type property (v2)Rob Clark
2014-04-02drm: Add drm_universal_plane_init()Matt Roper
2014-04-02drm: Add primary plane helpers (v3)Matt Roper
2014-04-02drm: Make drm_crtc_check_viewport non-staticMatt Roper
2014-04-02drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper
2014-04-02drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper
2014-04-02drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper
2014-04-01drm: Add support for multiple plane types (v2)Matt Roper
2014-03-31Merge tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/l...Dave Airlie
2014-03-28drm/vmwgfx: Bump driver minor and dateThomas Hellstrom
2014-03-28drm/vmwgfx: Enable render nodesThomas Hellstrom
2014-03-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom
2014-03-28drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom
2014-03-28drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom
2014-03-28drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom
2014-03-28drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom
2014-03-28drm: Add a function to get the ioctl flagsThomas Hellstrom
2014-03-28drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom
2014-03-28drm: Remove the minor master listThomas Hellstrom
2014-03-28drm: Improve on minor type helpers v3Thomas Hellstrom
2014-03-28drm: Make control nodes master-less v3Thomas Hellstrom
2014-03-28drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom
2014-03-28drm: Have the crtc code only reference master from legacy nodes v2Thomas Hellstrom
2014-03-28drm/i915: fix build warning on 32-bit (v2)Dave Airlie
2014-03-28drm: Remove the ', ' after the function name in debug logsLespiau, Damien
2014-03-28drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien
2014-03-28drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien
2014-03-28drm: Pull the test on drm_debug in the logging macrosLespiau, Damien
2014-03-28drm: Remove the now unused DRM_LOG* macrosLespiau, Damien
2014-03-28staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-28drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-28drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien
2014-03-28drm: Remove the unused (and unusable) DRM_LOG_MODE()Lespiau, Damien
2014-03-28drm: Refresh the explanation of debug categoriesLespiau, Damien