Re: [Mesa-dev] [PATCH v3] winsys/radeon: fix nop packet padding for hawaii

2014-08-04 Thread Michel Dänzer
On 02.08.2014 03:30, Andreas Boll wrote: > The initial firmware for hawaii does not support type3 nop packet. > Detect the new hawaii firmware with query RADEON_INFO_ACCEL_WORKING2. > If the returned value is 3, then the new firmware is used. > > This patch uses type2 for the old firmware and type

[Mesa-dev] [PATCH v3] winsys/radeon: fix nop packet padding for hawaii

2014-08-01 Thread Andreas Boll
The initial firmware for hawaii does not support type3 nop packet. Detect the new hawaii firmware with query RADEON_INFO_ACCEL_WORKING2. If the returned value is 3, then the new firmware is used. This patch uses type2 for the old firmware and type3 for the new firmware. It fixes the cases when th