index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-27
drm/amd/display: Fix bug in debugfs crc_win_update entry
Wayne Lin
1
-1
/
+4
2022-01-27
drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_k...
Zhou Qingyang
1
-16
/
+20
2022-01-27
drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode()
Zhou Qingyang
1
-0
/
+6
2022-01-27
drm/vmwgfx: Fail to initialize on broken configs
Zack Rusin
1
-0
/
+7
2022-01-27
drm/vmwgfx: Remove the deprecated lower mem limit
Zack Rusin
2
-103
/
+2
2022-01-27
drm/vboxvideo: fix a NULL vs IS_ERR() check
Dan Carpenter
1
-2
/
+2
2022-01-27
drm/dp: Don't read back backlight mode in drm_edp_backlight_enable()
Lyude Paul
1
-28
/
+12
2022-01-27
drm/vc4: hdmi: Enable the scrambler on reconnection
Maxime Ripard
1
-0
/
+3
2022-01-27
drm/vc4: crtc: Make sure the HDMI controller is powered when disabling
Maxime Ripard
1
-1
/
+18
2022-01-27
drm/vc4: hdmi: Rework the pre_crtc_configure error handling
Maxime Ripard
1
-6
/
+14
2022-01-27
drm/vc4: hdmi: Make sure the controller is powered up during bind
Maxime Ripard
1
-2
/
+15
2022-01-27
drm/vc4: hdmi: Make sure the controller is powered in detect
Maxime Ripard
1
-0
/
+4
2022-01-27
drm/vc4: hdmi: Move the HSM clock enable to runtime_pm
Maxime Ripard
1
-26
/
+44
2022-01-27
drm/vc4: hdmi: Set a default HSM rate
Maxime Ripard
1
-0
/
+14
2022-01-27
drm/rockchip: dsi: Reconfigure hardware on resume()
Brian Norris
1
-0
/
+37
2022-01-27
drm/rockchip: dsi: Disable PLL clock on bind error
Brian Norris
1
-3
/
+5
2022-01-27
drm/rockchip: dsi: Hold pm-runtime across bind/unbind
Brian Norris
1
-18
/
+19
2022-01-27
drm/rockchip: dsi: Fix unbalanced clock on probe error
Brian Norris
1
-5
/
+1
2022-01-27
drm/panel: innolux-p079zca: Delete panel on attach() failure
Brian Norris
1
-1
/
+9
2022-01-27
drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure
Brian Norris
1
-1
/
+7
2022-01-27
drm: fix null-ptr-deref in drm_dev_init_release()
Wang Hai
1
-3
/
+6
2022-01-27
drm/bridge: display-connector: fix an uninitialized pointer in probe()
Dan Carpenter
1
-1
/
+1
2022-01-27
drm/ttm: Put BO in its memory manager's lru list
xinhui pan
1
-0
/
+2
2022-01-27
drm/tegra: Add back arm_iommu_detach_device()
Dmitry Osipenko
1
-0
/
+15
2022-01-27
gpu: host1x: Add back arm_iommu_detach_device()
Dmitry Osipenko
1
-0
/
+15
2022-01-20
drm/amd/display: explicitly set is_dsc_supported to false before use
Mario Limonciello
1
-0
/
+1
2022-01-16
drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()
Nathan Chancellor
1
-3
/
+3
2022-01-11
drm/amd/pm: keep the BACO feature enabled for suspend
Evan Quan
1
-1
/
+7
2022-01-11
Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"
Len Brown
1
-8
/
+0
2022-01-11
drm/amd/display: Added power down for DCN10
Lai, Derek
1
-0
/
+1
2022-01-11
drm/amd/display: fix B0 TMDS deepcolor no dislay issue
Charlene Liu
2
-2
/
+54
2022-01-11
drm/amdgpu: put SMU into proper state on runpm suspending for BOCO capable pl...
Evan Quan
1
-0
/
+15
2022-01-11
drm/amdgpu: always reset the asic in suspend (v2)
Alex Deucher
1
-1
/
+4
2022-01-11
drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resume
Prike Liang
2
-6
/
+4
2022-01-11
drm/amd/pm: Fix xgmi link control on aldebaran
Lijo Lazar
1
-1
/
+1
2022-01-11
drm/amdgpu: fix dropped backing store handling in amdgpu_dma_buf_move_notify
Christian König
1
-1
/
+1
2022-01-11
drm/amdgpu: disable runpm if we are the primary adapter
Alex Deucher
3
-0
/
+35
2022-01-05
drm/amd/display: Changed pipe split policy to allow for multi-display pipe split
Angus Wang
7
-7
/
+7
2022-01-05
drm/amdgpu: add support for IP discovery gc_info table v2
Alex Deucher
2
-22
/
+103
2022-01-05
drm/amdgpu: When the VCN(1.0) block is suspended, powergating is explicitly e...
chen gong
1
-0
/
+7
2022-01-05
drm/nouveau: wait for the exclusive fence after the shared ones v2
Christian König
1
-13
/
+15
2022-01-05
drm/amd/display: Set optimize_pwr_state for DCN31
Nicholas Kazlauskas
1
-0
/
+1
2022-01-05
drm/amd/display: Send s0i2_rdy in stream_count == 0 optimization
Nicholas Kazlauskas
1
-0
/
+1
2021-12-29
drm/mediatek: hdmi: Perform NULL pointer check for mtk_hdmi_conf
AngeloGioacchino Del Regno
1
-5
/
+7
2021-12-22
drm/amd/pm: fix reading SMU FW version from amdgpu_firmware_info on YC
Mario Limonciello
1
-0
/
+3
2021-12-22
drm/amdgpu: don't override default ECO_BITs setting
Hawking Zhang
8
-9
/
+0
2021-12-22
drm/amdgpu: correct register access for RLC_JUMP_TABLE_RESTORE
Le Ma
1
-2
/
+2
2021-12-22
drm/amd/pm: fix a potential gpu_metrics_table memory leak
Lang Yu
1
-0
/
+3
2021-12-22
drm/amd/display: Set exit_optimized_pwr_state for DCN31
Nicholas Kazlauskas
1
-0
/
+1
2021-12-22
drm/i915/display: Fix an unsigned subtraction which can never be negative.
Harshit Mogalapalli
1
-1
/
+1
[prev]
[next]