search for: drm_hdlcd

Displaying 2 results from an estimated 2 matches for "drm_hdlcd".

2019 Apr 12
2
[PATCH] drm: remove redundant 'default n' from Kconfig
...g, enable only for debugging. Index: b/drivers/gpu/drm/arm/Kconfig =================================================================== --- a/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.070095359 +0200 +++ b/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.066095359 +0200 @@ -16,7 +16,6 @@ config DRM_HDLCD config DRM_HDLCD_SHOW_UNDERRUN bool "Show underrun conditions" depends on DRM_HDLCD - default n help Enable this option to show in red colour the pixels that the HDLCD device did not fetch from framebuffer due to underrun Index: b/drivers/gpu/drm/exynos/Kconfig ============...
2019 Apr 12
0
[PATCH] drm: remove redundant 'default n' from Kconfig
...ing. > Index: b/drivers/gpu/drm/arm/Kconfig > =================================================================== > --- a/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.070095359 +0200 > +++ b/drivers/gpu/drm/arm/Kconfig 2019-04-12 11:42:30.066095359 +0200 > @@ -16,7 +16,6 @@ config DRM_HDLCD > config DRM_HDLCD_SHOW_UNDERRUN > bool "Show underrun conditions" > depends on DRM_HDLCD > - default n > help > Enable this option to show in red colour the pixels that the > HDLCD device did not fetch from framebuffer due to underrun > Index: b/dri...