diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2016-11-15 15:33:34 +0100 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2017-01-06 15:12:03 +0100 |
commit | a69e466b0666d611e7bacd4f2c17e10d0b8b9c47 (patch) | |
tree | 68fc7c1b3ac6b0f5f3ed45106bf2db77bc799284 /drivers/gpu/drm/sti/sti_plane.h | |
parent | drm/sti: do not post HQVDP command if no update (diff) | |
download | linux-a69e466b0666d611e7bacd4f2c17e10d0b8b9c47.tar.xz linux-a69e466b0666d611e7bacd4f2c17e10d0b8b9c47.zip |
drm/sti: update fps debugfs entries
This update allows to have a clearer fps log trace by adding information
about plane size and plane pixel format.
Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Diffstat (limited to 'drivers/gpu/drm/sti/sti_plane.h')
-rw-r--r-- | drivers/gpu/drm/sti/sti_plane.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/sti_plane.h b/drivers/gpu/drm/sti/sti_plane.h index ce3e8d6c88bb..c36c13faaa18 100644 --- a/drivers/gpu/drm/sti/sti_plane.h +++ b/drivers/gpu/drm/sti/sti_plane.h @@ -48,7 +48,7 @@ enum sti_plane_status { STI_PLANE_DISABLED, }; -#define FPS_LENGTH 64 +#define FPS_LENGTH 128 struct sti_fps_info { bool output; unsigned int curr_frame_counter; |