summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2020-08-11drm: report dp downstream port type as a subconnector propertyOleg Vasilev-8/+30
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches-3/+0
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie-34/+34
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie-33/+33
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie-0/+14
2020-08-06drm/ttm: drop type manager has_typeDave Airlie-17/+0
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie-4/+2
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie-6/+2
2020-08-06drm/ttm: drop priv pointer in memory managerDave Airlie-2/+0
2020-08-06drm/ttm: make ttm_range_man_init/takedown take type + argsDave Airlie-3/+9
2020-08-06drm/ttm: allow drivers to provide their own manager subclassesDave Airlie-1/+10
2020-08-06drm/ttm: rename manager variable to make sure wrapper is used.Dave Airlie-2/+5
2020-08-06drm/ttm: add wrapper to get manager from bdev.Dave Airlie-0/+6
2020-08-06drm/ttm: make TTM responsible for cleaning system only.Dave Airlie-38/+0
2020-08-06drm/ttm: start allowing drivers to use new takedown path (v2)Dave Airlie-0/+24
2020-08-06drm/ttm: make some inline helper functions for cleanup paths. (v2)Dave Airlie-0/+26
2020-08-06drm/ttm: purge old manager init path.Dave Airlie-33/+0
2020-08-06drm/ttm: provide a driver-led init path for range mm manager. (v2)Dave Airlie-0/+14
2020-08-06drm/ttm: split the mm manager init code (v2)Dave Airlie-0/+30
2020-08-06drm/ttm: export memory type debug entrypoint.Dave Airlie-0/+8
2020-08-06drm/ttm: use a helper for unlocked moves to the lru tailDave Airlie-3/+8
2020-08-06drm/ttm/amdgpu: consolidate ttm reserve pathsDave Airlie-74/+17
2020-08-03fbdev: Remove trailing whitespaceThomas Zimmermann-9/+9
2020-08-02drm/panel: remove return value of function drm_panel_addBernard Zhao-1/+1
2020-07-31drm/ttm: remove the init_mem_type callbackChristian König-6/+0
2020-07-31drm/ttm: remove TTM_MEMTYPE_FLAG_FIXED v2Christian König-3/+1
2020-07-28moduleparams: Add hexint type parameterPaul Menzel-1/+6
2020-07-22drm/ttm: remove TTM_MEMTYPE_FLAG_MAPPABLEChristian König-1/+0
2020-07-21drm/ttm: remove TTM_MEMTYPE_FLAG_CMAChristian König-1/+0
2020-07-21drm/ttm: remove io_reserve_fastpath flagChristian König-2/+0
2020-07-21dma-fence: prime lockdep annotationsDaniel Vetter-0/+1
2020-07-21dma-fence: basic lockdep annotationsDaniel Vetter-0/+12
2020-07-20drm: Replace HTTP links with HTTPS onesAlexander A. Klimov-1/+1
2020-07-20drm/vram-helper: Managed vram helpersThomas Zimmermann-0/+3
2020-07-16drm/vblank: Add vblank worksLyude Paul-0/+91
2020-07-15drm: drm_rect.h: delete duplicated word in commentRandy Dunlap-1/+1
2020-07-15drm: msm_drm.h: delete duplicated words in commentsRandy Dunlap-2/+2
2020-07-15drm: i915_drm.h: delete duplicated words in commentsRandy Dunlap-2/+2
2020-07-15drm: drm_mode_config.h: delete duplicated words in commentsRandy Dunlap-4/+4
2020-07-15drm: drm_gem.h: delete duplicated words in commentsRandy Dunlap-2/+2
2020-07-15drm: drm_bridge.h: delete duplicated word in commentRandy Dunlap-1/+1
2020-07-15drm: drm_atomic.h: delete duplicated word in commentRandy Dunlap-1/+1
2020-07-13drm/ttm: further cleanup ttm_mem_reg handlingChristian König-2/+0
2020-07-10fbdev/fb.h: Use struct_size() helper in kzalloc()Gustavo A. R. Silva-2/+3
2020-07-06drm: drm_fourcc: Add generic alias for 16_16_TILE modifierBrian Starkey-0/+25
2020-07-03drm/fourcc: Add modifier definitions for describing Amlogic Video Framebuffer...Neil Armstrong-0/+81
2020-07-01drm/drm_connector: use inline comments for drm_bus_flagsSam Ravnborg-23/+77
2020-07-01drm/drm_connector: drop legacy drm_bus_flags valuesSam Ravnborg-16/+8
2020-07-01of_graph: add of_graph_is_present()Dmitry Osipenko-0/+6
2020-06-30drm: Introduce epoch counter to drm_connectorStanislav Lisovskiy-0/+2