Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f827785 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu/vce: allow the clock table packet



This packet allows the user mode driver to specify
the required performance for specific use cases.

Reviewed-by: default avatarChristian König <christian.koenig@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent ceeb50ed
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -691,6 +691,7 @@ int amdgpu_vce_ring_parse_cs(struct amdgpu_cs_parser *p, uint32_t ib_idx)
		case 0x04000008: /* rdo */
		case 0x04000009: /* vui */
		case 0x05000002: /* auxiliary buffer */
		case 0x05000009: /* clock table */
			break;

		case 0x03000001: /* encode */