Commit 5a1b861d authored by Oded Gabbay's avatar Oded Gabbay
Browse files

habanalabs: increase PQ COMP_OFFSET by one nibble



For future ASICs, we increase this field by one nibble. This field was not
used by the current ASICs so this change doesn't break anything.

Signed-off-by: default avatarOded Gabbay <oded.gabbay@gmail.com>
parent 763a0b4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ struct hl_bd {
 */

#define BD_CTL_COMP_OFFSET_SHIFT	16
#define BD_CTL_COMP_OFFSET_MASK		0x00FF0000
#define BD_CTL_COMP_OFFSET_MASK		0x0FFF0000

#define BD_CTL_COMP_DATA_SHIFT		0
#define BD_CTL_COMP_DATA_MASK		0x0000FFFF