summaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2020-09-11drm/bridge: dw-mipi-dsi: permit configuring the escape clock rateNeil Armstrong1-0/+1
2020-09-11drm/ttm: nuke memory type flagsChristian König2-25/+1
2020-09-11drm/vram-helper: stop using TTM placement flagsChristian König1-4/+3
2020-09-10drm: prime: add common helper to check scatterlist contiguityMarek Szyprowski1-0/+2
2020-09-09drm: allow limiting the scatter list size.Gerd Hoffmann1-1/+2
2020-09-09Merge tag 'topic/nouveau-i915-dp-helpers-and-cleanup-2020-08-31-1' of git://a...Dave Airlie2-3/+15
2020-09-09drm/ttm: drop the tt backend function paths.Dave Airlie1-39/+0
2020-09-09drm/ttm/agp: remove bdev from agp helpersDave Airlie1-6/+3
2020-09-09drm/ttm: get rid of agp specific populate/unpopulate paths.Dave Airlie1-2/+0
2020-09-09drm/ttm/agp: export bind/unbind/destroy for drivers to use.Dave Airlie1-0/+6
2020-09-09drm/ttm: add optional bind/unbind via driver.Dave Airlie1-0/+36
2020-09-09drm/ttm: introduce ttm_bo_move_nullDave Airlie1-0/+17
2020-09-08drm/ttm: merge offset and base in ttm_bus_placementChristian König1-4/+2
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-6/+7
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie2-2/+10
2020-09-07drm/ttm: remove bdev from ttm_ttDave Airlie2-16/+16
2020-09-04iommu/vt-d: Move intel_iommu_gfx_mapped to Intel IOMMU headerAndy Shevchenko1-4/+1
2020-09-03drm/managed: Cleanup of unused functions and polishing docsDaniel Vetter2-11/+7
2020-09-03drm/ttm: remove io_reserve_lru handling v3Christian König3-22/+0
2020-09-02drm/i915: Fix sha_text population codeSean Paul1-0/+3
2020-09-01drm: Replace mode->export_head with a booleanVille Syrjälä1-12/+10
2020-09-01drm: Nuke mode->private_flagsVille Syrjälä1-10/+0
2020-09-01drm/mst: Add support for QUERY_STREAM_ENCRYPTION_STATUS MST sideband messageSean Paul2-0/+47
2020-09-01drm/i915: Fix sha_text population codeSean Paul1-0/+3
2020-09-01drm/i915/dp: Extract drm_dp_read_dpcd_caps()Lyude Paul1-0/+3
2020-09-01drm/i915/dp: Extract drm_dp_read_sink_count()Lyude Paul1-0/+1
2020-09-01drm/i915/dp: Extract drm_dp_read_sink_count_cap()Lyude Paul1-1/+7
2020-09-01drm/i915/dp: Extract drm_dp_read_downstream_info()Lyude Paul1-0/+3
2020-09-01drm/i915/dp: Extract drm_dp_read_mst_cap()Lyude Paul1-2/+1
2020-08-31drm/i915: break TGL pci-ids in GT 1 & 2Lionel Landwerlin1-4/+10
2020-08-28Merge tag 'drm-intel-next-2020-08-24-1' of git://anongit.freedesktop.org/drm/...Dave Airlie1-3/+1
2020-08-25Merge tag 'v5.9-rc2' into drm-misc-fixesMaarten Lankhorst28-246/+507
2020-08-24drm/ttm: drop bus.size from bus placement.Dave Airlie1-2/+0
2020-08-19drm/scheduler: Remove priority macro INVALID (v2)Luben Tuikov1-1/+0
2020-08-19drm/scheduler: Scheduler priority fixes (v2)Luben Tuikov1-5/+7
2020-08-17drm/i915: Remove dubious Valleyview PCI IDsAlexei Podtelezhnikov1-3/+1
2020-08-17drm/modeset-lock: Take the modeset BKL for legacy driversDaniel Vetter1-2/+7
2020-08-16drm/panel: Add helper for reading DT rotationDerek Basehore1-0/+10
2020-08-12Merge drm/drm-next into drm-misc-nextThomas Zimmermann7-13/+75
2020-08-12drm/ttm: give resource functions their own [ch] filesChristian König3-251/+271
2020-08-12drm/ttm: rename ttm_resource_manager_func callbacksChristian König1-9/+9
2020-08-11drm: report dp downstream port type as a subconnector propertyOleg Vasilev3-0/+17
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie1-0/+12
2020-08-08drm: Remove unnecessary drm_panel_attach and drm_panel_detachJoe Perches1-3/+0
2020-08-06drm/ttm: rename ttm_mem_reg to ttm_resource.Dave Airlie3-34/+34
2020-08-06drm/ttm: rename ttm_mem_type_manager -> ttm_resource_manager.Dave Airlie2-33/+33
2020-08-06drm/ttm: add a wrapper for checking if manager is in useDave Airlie1-0/+14
2020-08-06drm/ttm: drop type manager has_typeDave Airlie1-17/+0
2020-08-06drm/ttm: drop list of memory managers from device. (v2)Dave Airlie1-4/+2
2020-08-06drm/ttm: drop man->bdev link.Dave Airlie2-6/+2