aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-03-31drm/i915: Fix docbook header for __intel_runtime_pm_get_if_active()Imre Deak1-1/+1
2021-03-31drm/displayid: rename displayid_hdr to displayid_headerJani Nikula1-5/+5
2021-03-31drm/displayid: allow data blocks with 0 payload lengthJani Nikula1-2/+1
2021-03-31drm/edid: use the new displayid iterator for tile infoJani Nikula2-33/+10
2021-03-31drm/edid: use the new displayid iterator for finding CEA extensionJani Nikula1-16/+9
2021-03-31drm/edid: use the new displayid iterator for detailed modesJani Nikula1-17/+6
2021-03-31drm/displayid: add new displayid section/block iteratorsJani Nikula1-0/+74
2021-03-31drm/displayid: add separate drm_displayid.cJani Nikula3-57/+62
2021-03-31drm/edid: make a number of functions, parameters and variables constJani Nikula1-29/+29
2021-03-31drm/mediatek: Add missing MODULE_DEVICE_TABLE()Boris Brezillon6-0/+7
2021-03-31drm/i915/hdcp: Add DP HDCP2.2 timeout to read entire msgAnshuman Gupta1-13/+32
2021-03-31drm/i915/display: Configure HDMI2.1 Pcon for FRL only if Src-Ctl mode is availableAnkit Nautiyal1-2/+7
2021-03-31drm/dp_helper: Define options for FRL training for HDMI2.1 PCONAnkit Nautiyal2-16/+18
2021-03-30gpu: host1x: Use HW-equivalent syncpoint expiration checkMikko Perttunen1-48/+1
2021-03-30gpu: host1x: Remove cancelled waiters immediatelyMikko Perttunen3-8/+21
2021-03-30gpu: host1x: Show number of pending waiters in debugfsMikko Perttunen1-3/+11
2021-03-30gpu: host1x: Allow syncpoints without associated clientMikko Perttunen2-13/+25
2021-03-30Merge branch 'drm/tegra/fixes' into drm/tegra/for-nextThierry Reding3-21/+26
2021-03-30drm/tegra: sor: Grab runtime PM reference across resetThierry Reding1-0/+7
2021-03-30drm/tegra: dc: Restore coupling of display controllersThierry Reding1-12/+8
2021-03-30gpu: host1x: Use different lock classes for each clientMikko Perttunen1-4/+6
2021-03-30drm/tegra: dc: Don't set PLL clock to 0HzDmitry Osipenko1-5/+5
2021-03-29drm/i915/selftest: Add remap/rotate vma subtests when dst_stride!=width/heightImre Deak1-7/+86
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak7-22/+112
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak5-41/+41
2021-03-29drm/i915/selftest: Unify use of intel_remapped_plane_info in igt_vma_rotate_remap()Imre Deak1-29/+34
2021-03-29drm/i915: Shrink the size of intel_remapped_plane_info structImre Deak2-8/+19
2021-03-29drm/i915/intel_fb: Factor out calc_plane_remap_info()Imre Deak1-126/+77
2021-03-29drm/i915: Simplify copying the FB view state to the plane stateImre Deak4-53/+35
2021-03-29drm/i915: Store the normal view FB pitch in FB's intel_fb_viewImre Deak1-3/+6
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak8-136/+150
2021-03-29drm/i915/intel_fb: Factor out calc_plane_normal_size()Imre Deak1-21/+76
2021-03-29drm/i915/intel_fb: Factor out calc_plane_aligned_offset()Imre Deak1-9/+16
2021-03-29drm/i915/intel_fb: Factor out convert_plane_offset_to_xy()Imre Deak1-28/+41
2021-03-29drm/i915/intel_fb: s/dev_priv/i915/Imre Deak2-36/+36
2021-03-29drm/i915/intel_fb: Unexport intel_fb_check_stride()Imre Deak2-3/+1
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak6-831/+840
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_sprite.cImre Deak4-33/+36
2021-03-29drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universal_plane.cImre Deak4-12/+8
2021-03-29drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.cImre Deak4-36/+36
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display_types.hImre Deak6-19/+48
2021-03-29drm/i915/selftest: Make sure to init i915_ggtt_view in igt_vma_rotate_remap()Imre Deak1-1/+1
2021-03-29drm/i915: Make sure i915_ggtt_view is inited when creating an FBImre Deak1-0/+2
2021-03-29drm/i915/selftest: Fix debug message in igt_vma_remapped_gtt()Imre Deak1-1/+1
2021-03-29drm/i915/selftest: Fix error handling in igt_vma_remapped_gtt()Imre Deak1-1/+1
2021-03-29drm/i915: Fix rotation setup during plane HW readoutImre Deak1-6/+3
2021-03-29drm/i915: Remove repeated declarationWan Jiabing3-3/+0
2021-03-29drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings()Nirmoy Das1-1/+1
2021-03-29drm/amd/pm: no need to force MCLK to highest when no display connectedEvan Quan1-1/+2
2021-03-29drm/i915: Stop adding planes to the commit needlesslyVille Syrjälä1-8/+2