summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie-0/+36
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie-0/+17
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König-4/+2
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie-6/+7
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie-2/+10
2020-09-08drm/ttm: remove bdev from ttm_ttDave Airlie-16/+16
2020-09-04iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU headerAndy Shevchenko-4/+1
2020-09-03drm/managed: Cleanup of unused functions and polishing docsDaniel Vetter-11/+7
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König-22/+0
2020-09-02drm/i915: Fix sha_text population codeSean Paul-0/+3
2020-09-01drm: Replace mode->export_head with a booleanVille Syrjälä-12/+10
2020-09-01drm: Nuke mode->private_flagsVille Syrjälä-10/+0
2020-09-01drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband messageSean Paul-0/+47
2020-09-01drm/i915: Fix sha_text population codeSean Paul-0/+3
2020-08-31drm/i915/dp: Extract drm_dp_read_dpcd_caps()Lyude Paul-0/+3
2020-08-31drm/i915/dp: Extract drm_dp_read_sink_count()Lyude Paul-0/+1
2020-08-31drm/i915/dp: Extract drm_dp_read_sink_count_cap()Lyude Paul-1/+7
2020-08-31drm/i915/dp: Extract drm_dp_read_downstream_info()Lyude Paul-0/+3
2020-08-31drm/i915/dp: Extract drm_dp_read_mst_cap()Lyude Paul-2/+1
2020-08-31drm/i915: break TGL pci-ids in GT 1 & 2Lionel Landwerlin-4/+10
2020-08-28Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...Dave Airlie-3/+1
2020-08-25Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst-246/+507
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie-2/+0
2020-08-18drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov-1/+0
2020-08-18drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov-5/+7
2020-08-17drm/i915: Remove dubious Valleyview PCI IDsAlexei Podtelezhnikov-3/+1
2020-08-17drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter-2/+7
2020-08-16drm/panel: Add helper for reading DT rotationDerek Basehore-0/+10
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann-13/+75
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König-251/+271
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König-9/+9
2020-08-11drm: report dp downstream port type as a subconnector propertyOleg Vasilev-0/+17
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie-0/+12
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-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-246/+507
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