summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2020-08-12drm/radeon: drop superflous AGP handlingChristian König
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König
2020-08-12drm/hisilicon: Code refactoring for hibmc_drv_deTian Tao
2020-08-12drm/hisilicon: Remove the unused include statementsTian Tao
2020-08-11drm/panel-notatek-nt35510: Fix MTP read initLinus Walleij
2020-08-11drm/amdgpu: utilize subconnector property for DP through DisplayManagerOleg Vasilev
2020-08-11drm/amdgpu: utilize subconnector property for DP through atombiosOleg Vasilev
2020-08-11drm/i915: utilize subconnector property for DPOleg Vasilev
2020-08-11drm: report dp downstream port type as a subconnector propertyOleg Vasilev
2020-08-11drm/vmwgfx/ttm: fix the non-THP cleanup path.Dave Airlie
2020-08-10display/drm/bridge: TC358775 DSI/LVDS driverVinay Simha BN
2020-08-10drm/v3d: convert to use module_platform_driverQinglang Miao
2020-08-10drm/vkms: add missing platform_device_unregister() in vkms_init()Qinglang Miao
2020-08-10drm/vgem: add missing platform_device_unregister() in vgem_init()Qinglang Miao
2020-08-10drm/vkms: guarantee vblank when capturing crcMelissa Wen
2020-08-10drm/gma500: fix spelling mistake "pannel" -> "panel"Colin Ian King
2020-08-10drm/amdgpu/ttm: drop the adev link from vram mgrDave Airlie
2020-08-10drm/amdgpu/ttm: move vram/gtt mgr allocations to mman.Dave Airlie
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches
2020-08-07drm/mgag200: fix build on alpha archSam Ravnborg
2020-08-07drm/panfrost: perfcnt: fix ref count leak in panfrost_perfcnt_enable_lockedNavid Emamdoost
2020-08-07drm/panfrost: add regulators to devfreqClément Péron
2020-08-07drm/panfrost: dynamically alloc regulatorsClément Péron
2020-08-07drm/panfrost: move devfreq_init()/fini() in deviceClément Péron
2020-08-07drm/panfrost: rename error labels in device_initClément Péron
2020-08-07drm/panfrost: properly handle error in probeClément Péron
2020-08-07drm/panfrost: use spinlock instead of atomicClément Péron
2020-08-07drm/panfrost: introduce panfrost_devfreq structClément Péron
2020-08-07drm/panfrost: don't use pfdevfreq.busy_count to know if hw is idleClément Péron
2020-08-07drm/panfrost: clean headers in devfreqClément Péron
2020-08-07drm/panfrost: avoid static declarationClément Péron
2020-08-07drm/panfrost: Add compatible string for bifrostTomeu Vizoso
2020-08-07drm/panfrost: Make sure GPU is powered on when reading GPU_LATEST_FLUSH_IDTomeu Vizoso
2020-08-07drm/amdgpu: make sure userptr ttm is allocatedChristian König
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie
2020-08-06drm/ttm: rename bo manager to range manager.Dave Airlie
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie
2020-08-06drm/ttm: drop type manager has_typeDave Airlie
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie
2020-08-06drm/amdgpu/ttm: remove man->bdev references.Dave Airlie
2020-08-06drm/nouveau/ttm: move to driver allocated managerDave Airlie
2020-08-06drm/vmwgfx/gmrid: convert to driver controlled allocation.Dave Airlie
2020-08-06drm/vmwgfx/ttm: move thp to driver managedDave Airlie
2020-08-06drm/ttm: move range manager to subclassed driver allocationDave Airlie
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie
2020-08-06drm/amdgpu/ttm: use bo manager subclassing for vram/gtt mgrsDave Airlie
2020-08-06drm/ttm: rename manager variable to make sure wrapper is used.Dave Airlie