summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_plane.h
diff options
context:
space:
mode:
authorVincent Abriou2016-11-15 15:33:34 +0100
committerVincent Abriou2017-01-06 15:12:03 +0100
commita69e466b0666d611e7bacd4f2c17e10d0b8b9c47 (patch)
tree68fc7c1b3ac6b0f5f3ed45106bf2db77bc799284 /drivers/gpu/drm/sti/sti_plane.h
parentdrm/sti: do not post HQVDP command if no update (diff)
downloadkernel-qcow2-linux-a69e466b0666d611e7bacd4f2c17e10d0b8b9c47.tar.gz
kernel-qcow2-linux-a69e466b0666d611e7bacd4f2c17e10d0b8b9c47.tar.xz
kernel-qcow2-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.h2
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;