mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
drm/rockchip: debugfs: Add vop dump buffer version output prompt
Change-Id: Ia5afee51ce86224d14eb15c6662e500ae91d1075 Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
This commit is contained in:
@@ -134,6 +134,7 @@ int rockchip_drm_crtc_dump_plane_buffer(struct drm_crtc *crtc)
|
||||
|
||||
static int rockchip_drm_dump_buffer_show(struct seq_file *m, void *data)
|
||||
{
|
||||
seq_puts(m, "VOP dump buffer version: v2.0.0\n");
|
||||
seq_puts(m, " echo dump > Immediately dump the current frame\n");
|
||||
seq_puts(m, " echo dumpon > dump to start vop keep dumping\n");
|
||||
seq_puts(m, " echo dumpoff > Disable dump feature and stop keep dumping\n");
|
||||
|
||||
Reference in New Issue
Block a user