Re: [PATCH v4 05/14] drm/mxsfb: Update register definitions using bit manipulation defines

2019-10-14 Thread Stefan Agner
On 2019-08-29 13:30, Robert Chiras wrote: > Use BIT(x) and GEN_MASK(h, l) for better representation the inside of > various registers. > > Signed-off-by: Robert Chiras > Tested-by: Guido Günther > --- > drivers/gpu/drm/mxsfb/mxsfb_regs.h | 151 > ++--- > 1 file

[PATCH v4 05/14] drm/mxsfb: Update register definitions using bit manipulation defines

2019-08-29 Thread Robert Chiras
Use BIT(x) and GEN_MASK(h, l) for better representation the inside of various registers. Signed-off-by: Robert Chiras Tested-by: Guido Günther --- drivers/gpu/drm/mxsfb/mxsfb_regs.h | 151 ++--- 1 file changed, 89 insertions(+), 62 deletions(-) diff --git a/driv