aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-10-22drm/i915: add some kernel-doc for shrink_pin and friendsMatthew Auld2-1/+54
2021-10-22drm/i915: drop unneeded make_unshrinkable in free_objectMatthew Auld1-9/+0
2021-10-22drm/i915/gtt: drop unneeded make_unshrinkableMatthew Auld2-2/+0
2021-10-22drm/i915/ttm: add tt shmem backendMatthew Auld6-42/+247
2021-10-22drm/i915/gem: Break out some shmem backend utilsThomas Hellström1-75/+106
2021-10-22drm/nouveau: use the new iterator in nouveau_fence_syncChristian König1-36/+12
2021-10-22Merge drm/drm-next into drm-intel-gt-nextJoonas Lahtinen651-19594/+67681
2021-10-22drm/i915/selftests: Properly reset mock object propers for each testDaniel Vetter1-0/+1
2021-10-22drm/i915/cdclk: put the cdclk vtables in const dataJani Nikula1-22/+22
2021-10-22drm/i915/dmabuf: fix broken buildMatthew Auld1-0/+7
2021-10-21drm/i915: remove CNL leftoverLucas De Marchi1-1/+0
2021-10-21drm/amdgpu/swsmu: handle VCN harvesting for VCN SMU setupAlex Deucher1-71/+24
2021-10-21drm/amdgpu: Workaround harvesting info for some navy flounder boardsAlex Deucher1-0/+4
2021-10-21drm/amdgpu/vcn3.0: remove intermediate variableAlex Deucher1-9/+2
2021-10-21drm/amdgpu/vcn2.0: remove intermediate variableAlex Deucher1-3/+2
2021-10-21drm/amdgpu: Consolidate VCN firmware setup codeAlex Deucher6-50/+33
2021-10-21drm/amdgpu/vcn3.0: handle harvesting in firmware setupAlex Deucher1-7/+7
2021-10-21drm/amdkfd: debug message to count successfully migrated pagesPhilip Yang1-0/+21
2021-10-21drm/amdkfd: clarify the origin of cpages returned by migration functionsPhilip Yang1-21/+22
2021-10-21drm/amd/amdgpu: add dummy_page_addr to sriov msgJingwen Chen2-1/+3
2021-10-21drm/amdgpu: remove grbm cam index/data operations for gfx v10Huang Rui1-22/+0
2021-10-21drm/amd/pm: Enable GPU metrics for One VF modeVignesh Chander1-7/+7
2021-10-21drm/msm/dsi: fix wrong type in msm_dsi_hostJessica Zhang1-12/+12
2021-10-21drm/msm: Fix potential NULL dereference in DPU SSPPJessica Zhang1-3/+5
2021-10-22Merge tag 'drm-intel-gt-next-2021-10-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie49-638/+3090
2021-10-22Revert "drm/ast: Add detect function support"Kim Phillips1-17/+1
2021-10-22Merge tag 'drm-misc-fixes-2021-10-21-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie9-24/+123
2021-10-21drm/i915/hdmi: Extract intel_hdmi_output_format()Ville Syrjälä1-13/+22
2021-10-21drm/i915/hdmi: Unify "4:2:0 also" logic between .mode_valid() and .compute_config()Ville Syrjälä1-6/+7
2021-10-21drm/i915/hdmi: Introduce intel_hdmi_tmds_clock()Ville Syrjälä1-13/+12
2021-10-21drm/i915/hdmi: Introduce intel_hdmi_is_ycbr420()Ville Syrjälä1-6/+10
2021-10-21drm/i915/hdmi: Split intel_hdmi_bpc_possible() to source vs. sink pairVille Syrjälä1-12/+26
2021-10-21drm/i915: Move function prototypes to the correct headerVille Syrjälä3-5/+6
2021-10-22Merge tag 'drm-msm-fixes-2021-10-18' of https://gitlab.freedesktop.org/drm/msm into drm-fixesDave Airlie3-1/+13
2021-10-21drm/i915: Add functions to check for RC CCS CC and MC CCS modifiersImre Deak3-2/+28
2021-10-21drm/i915: Move is_ccs_modifier() to intel_fb.cImre Deak4-23/+29
2021-10-21drm/i915: Add a platform independent way to check for CCS AUX planesImre Deak4-33/+64
2021-10-21drm/i915: Handle CCS CC planes separately from CCS AUX planesImre Deak1-2/+4
2021-10-21drm/i915: Add a platform independent way to get the RC CCS CC planeImre Deak3-5/+32
2021-10-21drm/i915: Move intel_format_info_is_yuv_semiplanar() to intel_fb.cImre Deak6-11/+36
2021-10-21drm/i915: Unexport is_semiplanar_uv_plane()Imre Deak2-2/+1
2021-10-21drm/i915: Simplify the modifier check for interlaced scanout supportImre Deak1-7/+2
2021-10-21drm/i915: Add tiling attribute to the modifier descriptorImre Deak1-12/+21
2021-10-21drm/i915: Move intel_get_format_info() to intel_fb.cImre Deak3-131/+157
2021-10-21drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak8-184/+237
2021-10-21drm/msm/dpu: Add CRC support for DPUJessica Zhang5-5/+239
2021-10-21drm: panel-orientation-quirks: Add quirk for Aya Neo 2021Bryant Mairs1-0/+6
2021-10-21drm/msm/hdmi: use bulk regulator APIDmitry Baryshkov5-77/+40
2021-10-21drm/msm: Fix missing include files in msm_gem_shrinker.cYanteng Si1-0/+2
2021-10-21drm/msm: Fix missing include files in msm_gem.cYanteng Si1-0/+1