aboutsummaryrefslogtreecommitdiff
path: root/include/drm
AgeCommit message (Expand)AuthorFilesLines
2020-09-17drm/dp: Add drm_dp_downstream_{min,max}_tmds_clock()Ville Syrjälä1-0/+6
2020-09-17drm/dp: Redo drm_dp_downstream_max_clock() as drm_dp_downstream_max_dotclock()Ville Syrjälä1-2/+2
2020-09-17drm/ttm: remove superflous extern attribute from funcsChristian König2-24/+20
2020-09-17drm/dp: Pimp drm_dp_downstream_max_bpc()Ville Syrjälä1-3/+7
2020-09-17drm/dp: Add helpers to identify downstream facing port typesVille Syrjälä1-0/+5
2020-09-17drm/dp: Define more downstream facing port capsVille Syrjälä1-1/+7
2020-09-17drm/dp: Define protocol converter DPCD registersVille Syrjälä1-0/+10
2020-09-17drm: fix spelling error in commentsWang Qing1-1/+1
2020-09-17drm/ttm: some cleanupsChristian König2-13/+0
2020-09-17Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into ...Dave Airlie1-0/+2
2020-09-16drm/ttm: move populated state into page flagsDave Airlie1-4/+5
2020-09-16drm/ttm: split bound/populated flags.Dave Airlie3-11/+8
2020-09-16drm/ttm: move ttm binding/unbinding out of ttm_tt paths.Dave Airlie2-35/+28
2020-09-16drm/ttm: split populate out from binding.Dave Airlie1-2/+1
2020-09-16drm/ttm: wrap tt destroy. (v2)Dave Airlie1-0/+5
2020-09-16drm/ttm/tt: add wrappers to set tt state.Dave Airlie1-1/+31
2020-09-15drm: add constant N value in helper fileChandan Uddaraju1-0/+1
2020-09-15drm/ttm: remove available_cachingChristian König2-7/+1
2020-09-15drm/ttm: remove default cachingChristian König2-5/+0
2020-09-14drm/atomic-helper: Extract drm_atomic_helper_calc_timestamping_constants()Ville Syrjälä1-0/+3
2020-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard6-14/+33
2020-09-14drm/vboxvideo: Use drm_gem_vram_vmap() interfacesThomas Zimmermann1-3/+0
2020-09-11Merge drm/drm-next into drm-intel-next-queuedRodrigo Vivi11-382/+425
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-08drm/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-08-31drm/i915/dp: Extract drm_dp_read_dpcd_caps()Lyude Paul1-0/+3
2020-08-31drm/i915/dp: Extract drm_dp_read_sink_count()Lyude Paul1-0/+1
2020-08-31drm/i915/dp: Extract drm_dp_read_sink_count_cap()Lyude Paul1-1/+7