summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-10display/drm/bridge: TC358775 DSI/LVDS driverVinay Simha BN3-0/+760
2020-08-10dt-binding: Add DSI/LVDS TC358775 bridge bindingsVinay Simha BN1-0/+215
2020-08-10drm/v3d: convert to use module_platform_driverQinglang Miao1-12/+1
2020-08-10drm/vkms: add missing platform_device_unregister() in vkms_init()Qinglang Miao1-1/+1
2020-08-10drm/vgem: add missing platform_device_unregister() in vgem_init()Qinglang Miao1-1/+1
2020-08-10drm/vkms: guarantee vblank when capturing crcMelissa Wen1-3/+17
2020-08-10drm/gma500: fix spelling mistake "pannel" -> "panel"Colin Ian King2-3/+3
2020-08-10drm/amdgpu/ttm: drop the adev link from vram mgrDave Airlie2-5/+7
2020-08-10drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie3-37/+27
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches23-196/+5
2020-08-07drm/mgag200: fix build on alpha archSam Ravnborg1-0/+1
2020-08-07drm/panfrost: perfcnt: fix ref count leak in panfrost_perfcnt_enable_lockedNavid Emamdoost1-3/+7
2020-08-07drm/panfrost: add regulators to devfreqClément Péron3-7/+33
2020-08-07drm/panfrost: dynamically alloc regulatorsClément Péron2-7/+10
2020-08-07drm/panfrost: move devfreq_init()/fini() in deviceClément Péron2-14/+13
2020-08-07drm/panfrost: rename error labels in device_initClément Péron1-15/+15
2020-08-07drm/panfrost: properly handle error in probeClément Péron2-6/+20
2020-08-07drm/panfrost: use spinlock instead of atomicClément Péron2-12/+40
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron4-47/+66
2020-08-07drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idleClément Péron1-4/+0
2020-08-07drm/panfrost: clean headers in devfreqClément Péron1-6/+2
2020-08-07drm/panfrost: avoid static declarationClément Péron1-20/+18
2020-08-07drm/panfrost: Add compatible string for bifrostTomeu Vizoso1-0/+1
2020-08-07drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_IDTomeu Vizoso1-2/+12
2020-08-07drm/amdgpu: make sure userptr ttm is allocatedChristian König4-10/+15
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie37-199/+199
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie23-209/+209
2020-08-06drm/ttm: rename bo manager to range manager.Dave Airlie2-15/+15
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie4-9/+22
2020-08-06drm/ttm: drop type manager has_typeDave Airlie8-29/+10
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie2-7/+5
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie9-19/+11
2020-08-06drm/amdgpu/ttm: remove man->bdev references.Dave Airlie1-2/+5
2020-08-06drm/ttm: drop priv pointer in memory managerDave Airlie1-2/+0
2020-08-06drm/nouveau/ttm: move to driver allocated managerDave Airlie1-13/+32
2020-08-06drm/vmwgfx/gmrid: convert to driver controlled allocation.Dave Airlie1-14/+18
2020-08-06drm/vmwgfx/ttm: move thp to driver managedDave Airlie1-11/+21
2020-08-06drm/ttm: move range manager to subclassed driver allocationDave Airlie1-12/+19
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie8-64/+70
2020-08-06drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie2-27/+44
2020-08-06drm/ttm: allow drivers to provide their own manager subclassesDave Airlie1-1/+10
2020-08-06drm/ttm: rename manager variable to make sure wrapper is used.Dave Airlie2-3/+6
2020-08-06drm/vmwgfx/ttm: use wrapper to access memory managerDave Airlie3-13/+18
2020-08-06drm/radeon/ttm: use wrapper to access memory managerDave Airlie2-7/+7
2020-08-06drm/qxl/ttm: use wrapper to access memory managerDave Airlie1-5/+5
2020-08-06drm/nouveau/ttm: use wrapper to access memory managersDave Airlie1-4/+4
2020-08-06drm/vram-helper: use wrapper to access memory managersDave Airlie1-3/+3
2020-08-06drm/amdgfx/ttm: use wrapper to get ttm memory managersDave Airlie8-36/+39
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie4-28/+34
2020-08-06drm/ttm: make TTM responsible for cleaning system only.Dave Airlie3-88/+4