summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-08-12drm/radeon: drop superflous AGP handlingChristian König1-19/+2
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König8-125/+175
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König7-27/+27
2020-08-12drm/hisilicon: Code refactoring for hibmc_drv_deTian Tao2-42/+15
2020-08-12drm/hisilicon: Remove the unused include statementsTian Tao3-10/+0
2020-08-11drm/panel-notatek-nt35510: Fix MTP read initLinus Walleij1-0/+16
2020-08-11drm/amdgpu: utilize subconnector property for DP through DisplayManagerOleg Vasilev2-1/+43
2020-08-11drm/amdgpu: utilize subconnector property for DP through atombiosOleg Vasilev3-1/+28
2020-08-11drm/i915: utilize subconnector property for DPOleg Vasilev1-0/+8
2020-08-11drm: report dp downstream port type as a subconnector propertyOleg Vasilev2-2/+118
2020-08-11drm/vmwgfx/ttm: fix the non-THP cleanup path.Dave Airlie1-1/+1
2020-08-10display/drm/bridge: TC358775 DSI/LVDS driverVinay Simha BN3-0/+760
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 Perches22-193/+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 Airlie34-165/+165
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie21-176/+176
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 Airlie3-9/+8
2020-08-06drm/ttm: drop type manager has_typeDave Airlie7-12/+10
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie1-3/+3
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie7-13/+9
2020-08-06drm/amdgpu/ttm: remove man->bdev references.Dave Airlie1-2/+5
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 Airlie7-61/+61
2020-08-06drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie2-27/+44
2020-08-06drm/ttm: rename manager variable to make sure wrapper is used.Dave Airlie1-1/+1