summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-09drm: meson: global clean-upJulien Masson5-26/+33
2019-08-09drm: meson: venc: use proper macros instead of magic constantsJulien Masson3-32/+177
2019-08-09drm: meson: viu: use proper macros instead of magic constantsJulien Masson3-39/+72
2019-08-09drm: meson: vpp: use proper macros instead of magic constantsJulien Masson2-9/+24
2019-08-09drm: meson: drv: use macro when initializing vpuJulien Masson2-4/+23
2019-08-09drm: meson: crtc: use proper macros instead of magic constantsJulien Masson2-6/+27
2019-08-09drm: meson: mask value when writing bits relaxedJulien Masson1-1/+1
2019-08-09drm/panel: simple: Support TI nspire panelsLinus Walleij1-0/+64
2019-08-09drm/panel: simple: Add TI nspire panel bindingsLinus Walleij1-0/+36
2019-08-09drm/pl111: Support grayscaleLinus Walleij2-2/+28
2019-08-09drm/panfrost: Add madvise and shrinker supportRob Herring8-2/+180
2019-08-09drm/shmem: Add madvise state and purge helpersRob Herring2-0/+72
2019-08-09drm/panfrost: Remove completed features still in TODORob Herring1-7/+0
2019-08-08drm/rockchip: fix VOP_WIN_GET macroJohn Keeping1-1/+1
2019-08-07Revert "drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offset()"Rob Herring4-12/+9
2019-08-07Revert "drm/panfrost: Use drm_gem_map_offset()"Rob Herring1-2/+14
2019-08-07drm/vgem: drop DRM_AUTH usage from the driverEmil Velikov1-2/+2
2019-08-07drm/msm: drop DRM_AUTH usage from the driverEmil Velikov1-11/+11
2019-08-07drm/nouveau: remove open-coded drm_invalid_op()Emil Velikov3-8/+1
2019-08-07Revert "drm/nouveau: remove open-coded drm_invalid_op()"Sean Paul3-1/+8
2019-08-07Revert "drm/msm: drop DRM_AUTH usage from the driver"Sean Paul1-11/+11
2019-08-07Revert "drm/vgem: drop DRM_AUTH usage from the driver"Sean Paul1-2/+2
2019-08-07Revert "Revert "drm/panfrost: Use drm_gem_map_offset()""Sean Paul1-14/+2
2019-08-07Revert "Revert "drm/gem: Rename drm_gem_dumb_map_offset() to drm_gem_map_offs...Sean Paul4-9/+12
2019-08-07drm/sti: fix opencoded use of drm_panel_*Sam Ravnborg1-5/+3
2019-08-07dma-buf: simplify reservation_object_get_fences_rcu a bitChristian König1-10/+5
2019-08-07drm/i915: stop using seqcount for fence pruningChristian König1-9/+5
2019-08-07dma-buf: fix shared fence list handling in reservation_object_copy_fencesChristian König1-19/+46
2019-08-07dma-buf: fix busy wait for new shared fencesChristian König1-7/+7
2019-08-06drm/crc-debugfs: Add notes about CRC<->commit interactionsBrian Starkey2-0/+13
2019-08-06drm/hdcp: reference for srm file formatRamalingam C1-0/+7
2019-08-06drm/i915: update the hdcp state with ueventRamalingam C1-5/+3
2019-08-06drm/hdcp: update content protection property with ueventRamalingam C3-4/+49
2019-08-06drm: uevent for connector status changeRamalingam C2-1/+39
2019-08-06drm/i915: Attach content type propertyRamalingam C3-22/+62
2019-08-06drm: Add Content protection type propertyRamalingam C7-3/+112
2019-08-06drm/bochs: Use dev_get_drvdataChuhong Yuan1-4/+2
2019-08-06drm/qxl: Use dev_get_drvdata where possibleChuhong Yuan1-4/+2
2019-08-06drm/ttm: drop ttm_buffer_object->resvGerd Hoffmann2-3/+0
2019-08-06drm/virtio: switch driver from bo->resv to bo->base.resvGerd Hoffmann2-3/+3
2019-08-06drm/qxl: switch driver from bo->resv to bo->base.resvGerd Hoffmann2-4/+4
2019-08-06drm/nouveau: switch driver from bo->resv to bo->base.resvGerd Hoffmann4-6/+5
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann13-49/+47
2019-08-06drm/vmwgfx: switch driver from bo->resv to bo->base.resvGerd Hoffmann4-11/+11
2019-08-06drm/radeon: switch driver from bo->resv to bo->base.resvGerd Hoffmann10-22/+21
2019-08-06drm/ttm: switch ttm core from bo->resv to bo->base.resvGerd Hoffmann6-77/+77
2019-08-06drm/ttm: set both resv and base.resv pointersGerd Hoffmann1-0/+2
2019-08-06drm/ttm: use gem vma_nodeGerd Hoffmann14-27/+21
2019-08-06drm/ttm: use gem reservation objectGerd Hoffmann3-18/+24
2019-08-06drm/nouveau: use embedded gem objectGerd Hoffmann7-24/+20