[Intel-gfx] [PATCH 1/2] i915/debug: Expose crtc dither state via debugfs

2020-07-30 Thread Bhanuprakash Modem
[Why] It's useful to know the dithering state for IGT testing. [How] Expose the dithering state for the crtc via a debugfs file "dither". Example usage: cat /sys/kernel/debug/dri/0/crtc-0/dither Cc: Uma Shankar Cc: Rodrigo Vivi Signed-off-by: Bhanuprakash Modem --- drivers/gpu/drm/i915/i915_

[Intel-gfx] [PATCH 1/2] i915/debug: Expose crtc dither state via debugfs

2020-07-25 Thread Bhanuprakash Modem
[Why] It's useful to know the dithering state for IGT testing. [How] Expose the dithering state for the crtc via a debugfs file "dither". Example usage: cat /sys/kernel/debug/dri/0/crtc-0/dither Cc: Uma Shankar Signed-off-by: Bhanuprakash Modem --- drivers/gpu/drm/i915/i915_debugfs.c | 17 +++

[Intel-gfx] [PATCH 1/2] i915/debug: Expose crtc dither state via debugfs

2020-07-20 Thread Bhanuprakash Modem
[Why] It's useful to know the dithering state for IGT testing. [How] Expose the dithering state for the crtc via a debugfs file "dither". Example usage: cat /sys/kernel/debug/dri/0/crtc-0/dither Signed-off-by: Bhanuprakash Modem --- drivers/gpu/drm/i915/i915_debugfs.c | 17 + 1

[Intel-gfx] [PATCH 1/2] i915/debug: Expose crtc dither state via debugfs

2020-07-20 Thread Bhanuprakash Modem
[Why] It's useful to know the dithering state for IGT testing. [How] Expose the dithering state for the crtc via a debugfs file "dither". Example usage: cat /sys/kernel/debug/dri/0/crtc-0/dither Signed-off-by: Bhanuprakash Modem --- drivers/gpu/drm/i915/i915_debugfs.c | 17 + 1