[PATCH 01/14] drm/radeon: consolidate r600 uvd initialization and startup code.

2016-03-21 Thread Alex Deucher
On Fri, Mar 18, 2016 at 12:44 PM, Christian König wrote: > Am 18.03.2016 um 16:58 schrieb Jérôme Glisse: >> >> From: Jérome Glisse >> >> This match the exact same control flow as existing code. It just >> use goto instead of multiple levels of if/else. It also clarify >> early initialization

[PATCH 01/14] drm/radeon: consolidate r600 uvd initialization and startup code.

2016-03-18 Thread Christian König
Am 18.03.2016 um 16:58 schrieb Jérôme Glisse: > From: Jérome Glisse > > This match the exact same control flow as existing code. It just > use goto instead of multiple levels of if/else. It also clarify > early initialization failures by clearing rdev->has_uvd doing so > does not change end res

[PATCH 01/14] drm/radeon: consolidate r600 uvd initialization and startup code.

2016-03-18 Thread Jérôme Glisse
From: Jérome Glisse This match the exact same control flow as existing code. It just use goto instead of multiple levels of if/else. It also clarify early initialization failures by clearing rdev->has_uvd doing so does not change end result from hardware point of view, it only avoids printing mo