summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-01-27drm/amd/display: Fix bug in debugfs crc_win_update entryWayne Lin1-1/+4
2022-01-27drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...Zhou Qingyang1-16/+20
2022-01-27drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()Zhou Qingyang1-0/+6
2022-01-27drm/vmwgfx: Fail to initialize on broken configsZack Rusin1-0/+7
2022-01-27drm/vmwgfx: Remove the deprecated lower mem limitZack Rusin2-103/+2
2022-01-27drm/vboxvideo: fix a NULL vs IS_ERR() checkDan Carpenter1-2/+2
2022-01-27drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()Lyude Paul1-28/+12
2022-01-27drm/vc4: hdmi: Enable the scrambler on reconnectionMaxime Ripard1-0/+3
2022-01-27drm/vc4: crtc: Make sure the HDMI controller is powered when disablingMaxime Ripard1-1/+18
2022-01-27drm/vc4: hdmi: Rework the pre_crtc_configure error handlingMaxime Ripard1-6/+14
2022-01-27drm/vc4: hdmi: Make sure the controller is powered up during bindMaxime Ripard1-2/+15
2022-01-27drm/vc4: hdmi: Make sure the controller is powered in detectMaxime Ripard1-0/+4
2022-01-27drm/vc4: hdmi: Move the HSM clock enable to runtime_pmMaxime Ripard1-26/+44
2022-01-27drm/vc4: hdmi: Set a default HSM rateMaxime Ripard1-0/+14
2022-01-27drm/rockchip: dsi: Reconfigure hardware on resume()Brian Norris1-0/+37
2022-01-27drm/rockchip: dsi: Disable PLL clock on bind errorBrian Norris1-3/+5
2022-01-27drm/rockchip: dsi: Hold pm-runtime across bind/unbindBrian Norris1-18/+19
2022-01-27drm/rockchip: dsi: Fix unbalanced clock on probe errorBrian Norris1-5/+1
2022-01-27drm/panel: innolux-p079zca: Delete panel on attach() failureBrian Norris1-1/+9
2022-01-27drm/panel: kingdisplay-kd097d04: Delete panel on attach() failureBrian Norris1-1/+7
2022-01-27drm: fix null-ptr-deref in drm_dev_init_release()Wang Hai1-3/+6
2022-01-27drm/bridge: display-connector: fix an uninitialized pointer in probe()Dan Carpenter1-1/+1
2022-01-27drm/ttm: Put BO in its memory manager's lru listxinhui pan1-0/+2
2022-01-27drm/tegra: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2022-01-27gpu: host1x: Add back arm_iommu_detach_device()Dmitry Osipenko1-0/+15
2022-01-20drm/amd/display: explicitly set is_dsc_supported to false before useMario Limonciello1-0/+1
2022-01-16drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()Nathan Chancellor1-3/+3
2022-01-11drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan1-1/+7
2022-01-11Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2022-01-11drm/amd/display: Added power down for DCN10Lai, Derek1-0/+1
2022-01-11drm/amd/display: fix B0 TMDS deepcolor no dislay issueCharlene Liu2-2/+54
2022-01-11drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...Evan Quan1-0/+15
2022-01-11drm/amdgpu: always reset the asic in suspend (v2)Alex Deucher1-1/+4
2022-01-11drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang2-6/+4
2022-01-11drm/amd/pm: Fix xgmi link control on aldebaranLijo Lazar1-1/+1
2022-01-11drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notifyChristian König1-1/+1
2022-01-11drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher3-0/+35
2022-01-05drm/amd/display: Changed pipe split policy to allow for multi-display pipe splitAngus Wang7-7/+7
2022-01-05drm/amdgpu: add support for IP discovery gc_info table v2Alex Deucher2-22/+103
2022-01-05drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...chen gong1-0/+7
2022-01-05drm/nouveau: wait for the exclusive fence after the shared ones v2Christian König1-13/+15
2022-01-05drm/amd/display: Set optimize_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2022-01-05drm/amd/display: Send s0i2_rdy in stream_count == 0 optimizationNicholas Kazlauskas1-0/+1
2021-12-29drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_confAngeloGioacchino Del Regno1-5/+7
2021-12-22drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YCMario Limonciello1-0/+3
2021-12-22drm/amdgpu: don't override default ECO_BITs settingHawking Zhang8-9/+0
2021-12-22drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORELe Ma1-2/+2
2021-12-22drm/amd/pm: fix a potential gpu_metrics_table memory leakLang Yu1-0/+3
2021-12-22drm/amd/display: Set exit_optimized_pwr_state for DCN31Nicholas Kazlauskas1-0/+1
2021-12-22drm/i915/display: Fix an unsigned subtraction which can never be negative.Harshit Mogalapalli1-1/+1