summaryrefslogtreecommitdiffstats
path: root/include/drm/drm_usb.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2014-03-28drm: Have the crtc code only reference master from legacy nodes v2Thomas Hellstrom1-6/+8
2014-03-28drm/i915: fix build warning on 32-bit (v2)Dave Airlie1-1/+1
2014-03-28drm: Remove the ', ' after the function name in debug logsLespiau, Damien1-1/+1
2014-03-28drm: Remove the prefix argument of drm_ut_debug_printk()Lespiau, Damien2-15/+8
2014-03-28drm: drm_ut_debug_printk() isn't called with NULL anywmoreLespiau, Damien1-5/+1
2014-03-28drm: Pull the test on drm_debug in the logging macrosLespiau, Damien2-26/+27
2014-03-28drm: Remove the now unused DRM_LOG* macrosLespiau, Damien1-19/+0
2014-03-28staging: imx-drm: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien1-1/+1
2014-03-28drm/i915: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien5-39/+39
2014-03-28drm/gma500: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien1-10/+10
2014-03-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2-2/+2
2014-03-28drm: Remove the unused (and unusable) DRM_LOG_MODE()Lespiau, Damien1-6/+0
2014-03-28drm: Refresh the explanation of debug categoriesLespiau, Damien1-30/+27
2014-03-27drm/bridge: PTN3460 needs DRM_KMS_HELPERArnd Bergmann1-1/+2
2014-03-26drm/nouveau: fix missing newlineAlexandre Courbot1-1/+1
2014-03-26drm/nouveau/bios: fetch the vbios from PROM using only aligned 32-bit accessesMartin Peres1-14/+19
2014-03-26drm/nouveau/therm: let the vbios decide on the automatic fan management modeMartin Peres4-8/+25
2014-03-26drm/nvd7/therm: handle another kind of PWM fansMartin Peres6-16/+35
2014-03-26drm/nouveau/pm/fan: drop the fan lock in fan_update() before reschedulingMartin Peres1-6/+13
2014-03-26drm/nouveau: fix small thinko in vblank timestamping.Mario Kleiner1-1/+1
2014-03-26drm/nouveau/therm: check for sensor presence with requested mode, not currentBen Skeggs1-1/+1
2014-03-26drm/nouveau/disp/dp: allow 540MHz data rateIlia Mirkin1-1/+1
2014-03-26drm/nouveau: recognise higher link rate for available dp bw calculationsBen Skeggs1-1/+4
2014-03-26drm/nouveau/disp: limit dp capabilities as per dcbBen Skeggs2-1/+36