mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
d255114f22
This does the following in preparation for register saving: - moves the register definitions from video_gx.h and display_gx.h into gxfb.h. - renames GX_* registers to match their section (ie, VP_). - renames register bitfields to match the data sheet (ie, DC_DCFG_TGEN -> DC_DISPLAY_CFG_TGEN). - for DC registers, rather than defining to specific addresses, use an enum to number them sequentially and just multiply by 4(bytes) to access them (in read_dc/write_dc). - for VP and FP registers, use an enum and multiple by 8 (bytes). They're 64bit registers. Signed-off-by: Andres Salomon <dilinger@debian.org> Cc: Jordan Crouse <jordan.crouse@amd.com> Cc: "Antonino A. Daplas" <adaplas@pol.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
display_gx1.c | ||
display_gx1.h | ||
display_gx.c | ||
display_gx.h | ||
geodefb.h | ||
gx1fb_core.c | ||
gxfb_core.c | ||
gxfb.h | ||
Kconfig | ||
lxfb_core.c | ||
lxfb_ops.c | ||
lxfb.h | ||
Makefile | ||
video_cs5530.c | ||
video_cs5530.h | ||
video_gx.c | ||
video_gx.h |