mirror of https://gitee.com/openkylin/linux.git
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: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
763a0b4d81
commit
5a1b861daa
|
@ -40,7 +40,7 @@ struct hl_bd {
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BD_CTL_COMP_OFFSET_SHIFT 16
|
#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_SHIFT 0
|
||||||
#define BD_CTL_COMP_DATA_MASK 0x0000FFFF
|
#define BD_CTL_COMP_DATA_MASK 0x0000FFFF
|
||||||
|
|
Loading…
Reference in New Issue