summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-04ARM: dts: exynos4412-trats2: add panel nodeAndrzej Hajda1-0/+66
2014-04-04ARM: dts: exynos4210-trats: add panel nodeAndrzej Hajda1-0/+57
2014-04-04ARM: dts: exynos4: add MIPI DSI Master nodeAndrzej Hajda1-0/+14
2014-04-04drm/panel: add S6E8AA0 driverAndrzej Hajda3-0/+1077
2014-04-04ARM: dts: exynos4210-universal_c210: add proper panel nodeAndrzej Hajda1-17/+54
2014-04-04drm/panel: add ld9040 driverAndrzej Hajda3-0/+384
2014-04-04panel/ld9040: add DT bindingsAndrzej Hajda1-0/+66
2014-04-04panel/s6e8aa0: add DT bindingsAndrzej Hajda1-0/+56
2014-04-04drm/exynos: add DSIM driverAndrzej Hajda5-0/+1551
2014-04-04exynos/dsim: add DT bindingsAndrzej Hajda1-0/+80
2014-04-04drm/exynos: disallow fbdev initialization if no device is connectedAndrzej Hajda1-0/+21
2014-04-04drm/mipi_dsi: create dsi devices only for nodes with reg propertyAndrzej Hajda1-1/+5
2014-04-04drm/mipi_dsi: add flags to DSI messagesAndrzej Hajda1-0/+6
2014-04-03Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...Dave Airlie32-930/+1308
2014-04-02Merge branch 'primary-plane' of git://people.freedesktop.org/~robclark/linux ...Dave Airlie62-347/+941
2014-04-02drm/crtc-helper: don't disable disconnected outputsDaniel Vetter1-2/+0
2014-04-02drm/crtc-helpers: fix dpms on logicDaniel Vetter1-1/+2
2014-04-02drm/qxl: unset a pointer in sync_obj_unrefMaarten Lankhorst1-0/+1
2014-04-02drm: Specify a bit more the DRM_CAP_CURSOR_{WIDTH, HEIGHT} capsLespiau, Damien1-0/+9
2014-04-02drm/nouveau: don't suspend/resume display on runtime s/rDave Airlie1-7/+5
2014-04-02drm/doc: Update plane documentation and add plane helper libraryMatt Roper1-7/+43
2014-04-02drm: Allow userspace to ask for universal plane list (v2)Matt Roper5-5/+41
2014-04-02drm: Remove unused drm_crtc->fbMatt Roper1-3/+0
2014-04-02drm: Replace crtc fb with primary plane fb (v3)Matt Roper50-282/+285
2014-04-02drm/msm: Switch to universal plane API'sMatt Roper4-8/+18
2014-04-02drm: Add drm_crtc_init_with_planes() (v2)Matt Roper3-4/+47
2014-04-02drm: Add plane type property (v2)Rob Clark2-0/+28
2014-04-02drm: Add drm_universal_plane_init()Matt Roper2-30/+59
2014-04-02drm: Add primary plane helpers (v3)Matt Roper3-1/+363
2014-04-02drm: Make drm_crtc_check_viewport non-staticMatt Roper2-7/+17
2014-04-02drm/shmobile: Restrict plane loops to only operate on legacy planesMatt Roper1-1/+1
2014-04-02drm/i915: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2-3/+9
2014-04-02drm/exynos: Restrict plane loops to only operate on overlay planes (v2)Matt Roper2-2/+2
2014-04-02drm: Add support for multiple plane types (v2)Matt Roper3-7/+41
2014-03-31Merge tag 'vmwgfx-next-2014-03-28' of git://people.freedesktop.org/~thomash/l...Dave Airlie19-226/+500
2014-03-28drm/vmwgfx: Bump driver minor and dateThomas Hellstrom1-2/+2
2014-03-28drm/vmwgfx: Enable render nodesThomas Hellstrom1-22/+21
2014-03-28drm/vmwgfx: Tighten the security around buffer mapsThomas Hellstrom1-2/+7
2014-03-28drm/ttm: Add a ttm_ref_object_exists functionThomas Hellstrom2-0/+50
2014-03-28drm/vmwgfx: Tighten security around surface sharing v2Thomas Hellstrom1-0/+24
2014-03-28drm/vmwgfx: Allow prime fds in the surface reference ioctlsThomas Hellstrom2-36/+81
2014-03-28drm/vmwgfx: Drop authentication requirement on UNREF ioctlsThomas Hellstrom1-5/+5
2014-03-28drm/vmwgfx: Reinstate and tighten security around legacy master modelThomas Hellstrom1-5/+89
2014-03-28drm/vmwgfx: Use a per-device semaphore for reservation protectionThomas Hellstrom11-58/+46
2014-03-28drm: Add a function to get the ioctl flagsThomas Hellstrom2-0/+19
2014-03-28drm: Protect the master management with a drm_device::master_mutex v3Thomas Hellstrom3-47/+64
2014-03-28drm: Remove the minor master listThomas Hellstrom2-7/+0
2014-03-28drm: Improve on minor type helpers v3Thomas Hellstrom3-7/+10
2014-03-28drm: Make control nodes master-less v3Thomas Hellstrom3-5/+13
2014-03-28drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom1-38/+75