]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M
authorRichard Thier <u9vata@gmail.com>
Mon, 17 Jun 2019 21:46:27 +0000 (23:46 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:43:01 +0000 (10:43 -0500)
commit044e59a85c4d84e3c8d004c486e5c479640563a6
treec7847fd0610fadc9db1b866e9c7a4aad43132a6c
parent36d63ce5dbc0dc37b5af90f6b7c3b92ab26403b7
drm/radeon: Fix rs400_gpu_init for ATI mobility radeon Xpress 200M

num_gb_pipes was set to a wrong value using r420_pipe_config

This have lead to HyperZ glitches on fast Z clearing.

Closes: https://bugs.freedesktop.org/show_bug.cgi?id=110897
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Richard Thier <u9vata@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/r300.c
drivers/gpu/drm/radeon/radeon_asic.h
drivers/gpu/drm/radeon/rs400.c