History log of /drivers/gpu/drm/radeon/uvd_v3_1.c
Revision Date Author Comments
1654b817d8f5f1c27ebc98773fe0e517b0ba2f1e 12-Nov-2013 Christian König <christian.koenig@amd.com> drm/radeon: allow semaphore emission to fail

To workaround bugs and/or certain limits it's sometimes
useful to fall back to waiting on fences.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
e409b128625732926c112cc9b709fb7bb1aa387f 13-Aug-2013 Christian König <christian.koenig@amd.com> drm/radeon: separate UVD code v3

Our different hardware blocks are actually completely
separated, so it doesn't make much sense any more to
structure the code by pure chipset generations.

Start restructuring the code by separating our the UVD block.

v2: updated commit message
v3: rebased and restructurized start/stop functions for kv dpm.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>