mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 23:00:11 +01:00
exynos: fimg2d: unify register style
Register defines all use uppercase hex codes. Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Joonyoung Shim <jy0922.shim@samsung.com>
This commit is contained in:
parent
ac9e095847
commit
81b71e48e7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
#define SOFT_RESET_REG (0x0000)
|
||||
#define INTEN_REG (0x0004)
|
||||
#define INTC_PEND_REG (0x000c)
|
||||
#define INTC_PEND_REG (0x000C)
|
||||
#define FIFO_STAT_REG (0x0010)
|
||||
#define AXI_MODE_REG (0x001C)
|
||||
#define DMA_SFR_BASE_ADDR_REG (0x0080)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue