mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
drm/amd/display: disable display writeback for navi14
not used. Signed-off-by: Xiaojie Yuan <xiaojie.yuan@amd.com> Acked-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
5e0f378d8a
commit
c5cc14e34d
1 changed files with 1 additions and 1 deletions
|
@ -702,7 +702,7 @@ static const struct resource_caps res_cap_nv14 = {
|
|||
.num_audio = 6,
|
||||
.num_stream_encoder = 5,
|
||||
.num_pll = 5,
|
||||
.num_dwb = 1,
|
||||
.num_dwb = 0,
|
||||
.num_ddc = 5,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue