diff options
| author | 2021-04-28 14:15:02 -0400 | |
|---|---|---|
| committer | 2021-06-04 16:03:25 -0400 | |
| commit | bdc974cfd78bbb427f6d84d652fe5b74350d9578 (patch) | |
| tree | 2be1aedd2e90e06818f86e294a92706774c299a0 /drivers/gpu/drm/amd/amdgpu/nv.c | |
| parent | drm/amd/pm: disable manually setting MCLK power level on yellow carp (diff) | |
| download | linux-dev-bdc974cfd78bbb427f6d84d652fe5b74350d9578.tar.xz linux-dev-bdc974cfd78bbb427f6d84d652fe5b74350d9578.zip | |
drm/amdgpu: add video_codecs query support for yellow carp
Add video_codecs query support for yellow carp.
Acked-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: James Zhu <James.Zhu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/nv.c')
| -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 |
