On Wed, Mar 16, 2016 at 1:10 PM, Christian König <christian.koenig@xxxxxxx> wrote: > Am 16.03.2016 um 12:56 schrieb jglisse@xxxxxxxxxx: >> >> From: Jérome Glisse <jglisse@xxxxxxxxxx> >> >> We need to unpin on suspend and pin on resume. This shuffle code around >> to do just that. >> >> Signed-off-by: Jérôme Glisse <jglisse@xxxxxxxxxx> >> Cc: Alex Deucher <alexander.deucher@xxxxxxx> >> Cc: Christian König <christian.koenig@xxxxxxx> > > > NAK, that won't work correctly. > > When the firmware is loaded at one location once you can't move it without > power cycling the ASIC. > > That only works when you completely shut down the system, but not if you > just suspend to memory on an APU or do a test cycle without actually power > down. > > We already tried this approach and it took me month to figure out what's > going wrong when the firmware end up at a different location after the > driver started again. > > Regards, > Christian. Well that exactly what happens on hibernation. The firmware keycheck is failing and vce breaks. I have been trying to make it works but even putting it at same location is not enough. This is only an issue with hibernation, and module load/unload, suspend is fine as hw is powercycle. So this patch will not break anything that does already work. It only make code follow what other part of the code does. Cheers, Jérôme _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel