Skip to content

Commit

Permalink
drm/exynos: add macro to get the address of START_S reg
Browse files Browse the repository at this point in the history
This macro is need to get the value of the START shadow register, that
will tell if an framebuffer is currently displayed on the screen or not.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
  • Loading branch information
Gustavo Padovan authored and Inki Dae committed Aug 30, 2015
1 parent 822f6df commit 4420508
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/video/samsung_fimd.h
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@

/* Video buffer addresses */
#define VIDW_BUF_START(_buff) (0xA0 + ((_buff) * 8))
#define VIDW_BUF_START_S(_buff) (0x40A0 + ((_buff) * 8))
#define VIDW_BUF_START1(_buff) (0xA4 + ((_buff) * 8))
#define VIDW_BUF_END(_buff) (0xD0 + ((_buff) * 8))
#define VIDW_BUF_END1(_buff) (0xD4 + ((_buff) * 8))
Expand Down

0 comments on commit 4420508

Please sign in to comment.