mirror of https://gitee.com/openkylin/linux.git
drm/radeon/kms: clear wb memory by default
Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
7c88d2b80b
commit
e6ba759980
|
@ -215,6 +215,8 @@ int radeon_wb_init(struct radeon_device *rdev)
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* clear wb memory */
|
||||||
|
memset((char *)rdev->wb.wb, 0, RADEON_GPU_PAGE_SIZE);
|
||||||
/* disable event_write fences */
|
/* disable event_write fences */
|
||||||
rdev->wb.use_event = false;
|
rdev->wb.use_event = false;
|
||||||
/* disabled via module param */
|
/* disabled via module param */
|
||||||
|
|
Loading…
Reference in New Issue