aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-10-27Merge tag 'amd-drm-next-5.16-2021-10-22' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie88-1539/+1334
2021-10-27Merge tag 'amd-drm-fixes-5.15-2021-10-21' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixesDave Airlie7-21/+27
2021-10-26drm: panel-orientation-quirks: Add quirk for GPD Win3Mario1-0/+6
2021-10-26drm/i915/display: Wait PSR2 get out of deep sleep to update pipeJosé Roberto de Souza3-29/+36
2021-10-26drm/msm/dp: fix missing #includeArnd Bergmann1-0/+1
2021-10-26drm/msm/dpu: Remove commit and its uses in dpu_crtc_set_crc_source()Nathan Chancellor1-3/+0
2021-10-26drm/i915/dp: fix integer overflow in 128b/132b data rate calculationJani Nikula1-1/+1
2021-10-26nouveau: ACPI: Use the ACPI_COMPANION() macro directlyRafael J. Wysocki1-7/+2
2021-10-26drm/i915/dp: Skip the HW readout of DPCD on disabled encodersImre Deak1-0/+3
2021-10-26drm/i915: Catch yet another unconditioal clflushVille Syrjälä1-1/+1
2021-10-26drm/i915: Convert unconditional clflush to drm_clflush_virt_range()Ville Syrjälä1-1/+1
2021-10-25drm/amd/display: Add DP 2.0 MST DM SupportBhawanpreet Lakha3-1/+36
2021-10-25drm/amd/display: Add DP 2.0 MST DC SupportFangzhi Zuo5-0/+345
2021-10-25drm: Update MST First Link Slot Information Based on Encoding FormatBhawanpreet Lakha5-10/+38
2021-10-25drm: Remove slot checks in dp mst topology during commitBhawanpreet Lakha1-5/+1
2021-10-25drm/panel: novatek-nt35950: remove unneeded semicolonYang Li1-1/+1
2021-10-25drm/panel: make sharp_ls055d1sx04 staticchongjiapeng1-1/+1
2021-10-25drm/panel: ilitek-ili9881c: Read panel orientationJohn Keeping1-0/+11
2021-10-25drm/i915: Use ERR_CAST instead of ERR_PTR(PTR_ERR())Wan Jiabing1-1/+1
2021-10-25drm: Small optimization to intel_dp_mst_atomic_master_trans_checkHe Ying1-10/+8
2021-10-25drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard1-1/+18
2021-10-25drm/vc4: hdmi: Warn if we access the controller while disabledMaxime Ripard1-0/+6
2021-10-25drm/vc4: hdmi: Make sure the device is powered with CECMaxime Ripard1-1/+9
2021-10-25drm/vc4: hdmi: Split the CEC disable / enable functions in twoMaxime Ripard1-29/+44
2021-10-25drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard1-6/+14
2021-10-25drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard1-2/+15
2021-10-25drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2021-10-25drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-26/+44
2021-10-25drm/vc4: hdmi: Set a default HSM rateMaxime Ripard1-0/+14
2021-10-25Merge drm/drm-next into drm-misc-nextMaxime Ripard627-15226/+69727
2021-10-25dma-buf: move dma-buf symbols into the DMA_BUF module namespaceGreg Kroah-Hartman10-0/+28
2021-10-25drm/i915/selftests: Fix inconsistent IS_ERR and PTR_ERRKai Song1-2/+2
2021-10-25drm: use new iterator in drm_gem_plane_helper_prepare_fb v3Christian König1-2/+12
2021-10-23drm/msm/dpu: Remove dynamic allocation from atomic contextRob Clark1-11/+5
2021-10-23drm/msm/dpu: Remove impossible NULL checkRob Clark1-5/+0
2021-10-22drm/i915/guc: Fix recursive lock in GuC submissionMatthew Brost1-1/+2
2021-10-22drm/i915/selftests: Update live.evict to wait on requests / idle GPU after each loopMatthew Brost1-0/+19
2021-10-22drm/i915/selftests: Increase timeout in requests perf selftestMatthew Brost1-2/+2
2021-10-22drm: Move GEM memory managers into modulesThomas Zimmermann4-5/+17
2021-10-22drm: Link several object files into drm_kms_helper.koThomas Zimmermann1-5/+5
2021-10-22drm: Build drm_irq.o only if CONFIG_DRM_LEGACY has been setThomas Zimmermann2-5/+3
2021-10-22amd/display: remove ChromeOS workaroundSimon Ser1-51/+0
2021-10-22drm/amd/pm: Disable fan control if not supportedLijo Lazar1-0/+14
2021-10-22drm/amdgpu/nbio7.4: use original HDP_FLUSH bitsAlex Deucher3-1/+20
2021-10-22drm/amdgpu/smu11.0: add missing IP version checkAlex Deucher1-0/+1
2021-10-22drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuableChristian König1-10/+4
2021-10-22drm/amdgpu: use the new iterator in amdgpu_sync_resvChristian König1-29/+13
2021-10-22drm/i915/ttm: enable shmem tt backendMatthew Auld1-1/+2
2021-10-22drm/i915/ttm: use cached system pages when evicting lmemMatthew Auld1-4/+4
2021-10-22drm/i915/ttm: move shrinker management into adjust_lruMatthew Auld5-22/+137