[PATCH] drm: Document that drm_panel_orientation_quirks.c is shared with fbdev

2017-12-06 Thread Hans de Goede
Add a comment to the DRM_PANEL_ORIENTATION_QUIRKS documenting that the reason for a separate Kconfig for this is because drm_panel_orientation_quirks.c code is shared with fbdev. Suggested-by: Bartlomiej Zolnierkiewicz Reviewed-by: Daniel Vetter Signed-off-by: Hans de Goede --- drivers/gpu/drm

Re: [PATCH] drm: Document that drm_panel_orientation_quirks.c is shared with fbdev

2017-12-05 Thread Daniel Vetter
On Mon, Dec 04, 2017 at 11:33:21PM +0100, Hans de Goede wrote: > Add a comment to the DRM_PANEL_ORIENTATION_QUIRKS documenting that the > reason for a separate Kconfig for this is because > drm_panel_orientation_quirks.c code is shared with fbdev. > > Suggested-by: Bartlomiej Zolnierkiewicz > Sig

[PATCH] drm: Document that drm_panel_orientation_quirks.c is shared with fbdev

2017-12-04 Thread Hans de Goede
Add a comment to the DRM_PANEL_ORIENTATION_QUIRKS documenting that the reason for a separate Kconfig for this is because drm_panel_orientation_quirks.c code is shared with fbdev. Suggested-by: Bartlomiej Zolnierkiewicz Signed-off-by: Hans de Goede --- drivers/gpu/drm/Kconfig | 1 + 1 file chang