radeon/uvd: don't expose HEVC on old UVD hw (v3)
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Oct 2015 16:24:42 +0000 (12:24 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 22 Oct 2015 20:22:44 +0000 (16:22 -0400)
commit7b636581253fe858ac883e3d3eec21173ac069d4
tree6d871bd91f387449378542c8334d7d0973b80e70
parent8cf84a7e470dbd3b46ce4081459d2ecfab22c2d5
radeon/uvd: don't expose HEVC on old UVD hw (v3)

The section for UVD 2 and older was not updated
when HEVC support was added. Reported by Kano
on irc.

v2: integrate the UVD2 and older checks into the
main switch statement.
v3: handle encode checking as well.  Encode is
already checked in the top case statement, so
drop encode checks in the lower case statement.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: mesa-stable@lists.freedesktop.org
src/gallium/drivers/radeon/radeon_video.c