diff options
author | James Zhu <[email protected]> | 2021-04-28 14:15:02 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2021-06-04 16:03:25 -0400 |
commit | bdc974cfd78bbb427f6d84d652fe5b74350d9578 (patch) | |
tree | 2be1aedd2e90e06818f86e294a92706774c299a0 | |
parent | 203ed53f658ac1c1d842648d8acae7f393de7f09 (diff) |
drm/amdgpu: add video_codecs query support for yellow carp
Add video_codecs query support for yellow carp.
Acked-by: Huang Rui <[email protected]>
Signed-off-by: James Zhu <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/nv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/nv.c b/drivers/gpu/drm/amd/amdgpu/nv.c index 54dd1bde202c..11b292131c02 100644 --- a/drivers/gpu/drm/amd/amdgpu/nv.c +++ b/drivers/gpu/drm/amd/amdgpu/nv.c @@ -329,6 +329,7 @@ static int nv_query_video_codecs(struct amdgpu_device *adev, bool encode, case CHIP_NAVY_FLOUNDER: case CHIP_DIMGREY_CAVEFISH: case CHIP_VANGOGH: + case CHIP_YELLOW_CARP: if (encode) *codecs = &nv_video_codecs_encode; else |