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

2014-08-01 Thread Michel Dänzer
On 01.08.2014 23:46, Andreas Boll wrote: > 2014-08-01 16:32 GMT+02:00 Michel Dänzer : >> On 01.08.2014 22:09, 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 valu

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

2014-08-01 Thread Andreas Boll
2014-08-01 16:32 GMT+02:00 Michel Dänzer : > On 01.08.2014 22:09, 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 2, then the new firmware is used. >> >> Th

[Mesa-dev] [PATCH] 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 2, 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

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

2014-08-01 Thread Michel Dänzer
On 01.08.2014 22:09, 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 2, then the new firmware is used. > > This patch uses type2 for the old firmware and type

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

2014-08-01 Thread Marek Olšák
On Fri, Aug 1, 2014 at 3:09 PM, 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 2, then the new firmware is used. > > This patch uses type2 for the old firmwa

[Mesa-dev] [PATCH] 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 2, 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