aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-07Merge branches 'arm/allwinner', 'arm/mediatek', 'arm/renesas', 'arm/tegra', 'arm/qcom', 'arm/smmu', 'ppc/pamu', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel1-4/+1
2020-10-07drm/ttm: remove TTM_PAGE_FLAG_WRITEChristian König1-1/+0
2020-10-06Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-1/+1
2020-10-05drm/amdgpu: add van gogh asic_type enum (v2)Huang Rui1-0/+1
2020-09-30drm: drm_dsc.h: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vunmap() interfacesThomas Zimmermann1-1/+1
2020-09-29dma-buf: Use struct dma_buf_map in dma_buf_vmap() interfacesThomas Zimmermann1-1/+2
2020-09-29Merge tag 'drm-msm-next-2020-09-27' of https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-0/+1
2020-09-28drm/ttm: remove fault callbackChristian König1-3/+0
2020-09-25drm: Remove obsolete GEM and PRIME callbacks from struct drm_driverThomas Zimmermann2-82/+5
2020-09-24drm/ttm: remove TTM_PL_FLAG_NO_EVICTChristian König1-1/+0
2020-09-24drm/ttm: remove ttm_bo_createChristian König1-24/+0
2020-09-24drm/vram-helper: switch over to the new pin interfaceChristian König1-3/+0
2020-09-24drm/ttm: add ttm_bo_pin()/ttm_bo_unpin() v2Christian König1-0/+26
2020-09-24drm/ttm: remove persistent_swap_storageChristian König2-6/+1
2020-09-24drm/dp: add a number of DP 2.0 DPCD definitionsJani Nikula1-7/+45
2020-09-24drm/dp: add subheadings to DPCD address definitionsJani Nikula1-4/+18
2020-09-24drm/ttm: add bo wait that takes a ctx wrapper.Dave Airlie1-0/+5
2020-09-23drm/doc: Document that modifiers are always required for fbDaniel Vetter1-0/+13
2020-09-23drm/ttm: stop dangerous caching attribute changeChristian König1-22/+0
2020-09-23drm/ttm: remove nonsense AGP handlingChristian König1-44/+0
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie15-230/+160
2020-09-23Merge tag 'drm-intel-next-2020-09-17' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie4-10/+118
2020-09-21drm/dev: Remove drm_dev_initDaniel Vetter1-4/+0
2020-09-18drm/ttm: drop evicted from ttm_bo.Dave Airlie1-1/+0
2020-09-18drm/ttm: drop special pipeline accel cleanup function.Dave Airlie1-15/+2
2020-09-18drm/ttm: add a simple assign mem to bo wrapperDave Airlie1-2/+8
2020-09-18drm/ttm: flip tt destroy ordering.Dave Airlie1-0/+7
2020-09-18drm/ttm: protect against reentrant bind in the driversDave Airlie3-15/+1
2020-09-17drm/dp: Add helpers for DFP YCbCr 4:2:0 handlingVille Syrjälä1-0/+8
2020-09-17drm/dp: Add drm_dp_downstream_mode()Ville Syrjälä2-0/+16
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 drm-nextDave 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