Hi Dave and Daniel,
Fixes for v5.3 final! Hopefully last for v5.3 now. :)
drm-misc-fixes-2019-09-05: drm-misc-fixes for v5.3 final: - Make ingenic panel type DPI instead of unknown. - Fixes for command line parser modes. The following changes since commit 6978bce054247e4cfccdf689ce263e076499f905:
drm/komeda: Reordered the komeda's de-init functions (2019-08-28 17:55:40 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2019-09-05
for you to fetch changes up to 424c38a4e32509ae82dc9d7300432295806cb911:
drm/selftests: modes: Add more unit tests for the cmdline parser (2019-08-30 10:21:56 +0200)
---------------------------------------------------------------- drm-misc-fixes for v5.3 final: - Make ingenic panel type DPI insteado f unknown. - Fixes for command line parser modes.
---------------------------------------------------------------- Laurent Pinchart (1): drm/ingenic: Hardcode panel type to DPI
Maxime Ripard (4): drm/modes: Add a switch to differentiate free standing options drm/modes: Fix the command line parser to take force options into account drm/modes: Introduce a whitelist for the named modes drm/selftests: modes: Add more unit tests for the cmdline parser
drivers/gpu/drm/drm_modes.c | 54 ++++++++- drivers/gpu/drm/ingenic/ingenic-drm.c | 5 +- drivers/gpu/drm/selftests/drm_cmdline_selftests.h | 7 ++ .../gpu/drm/selftests/test-drm_cmdline_parser.c | 130 +++++++++++++++++++++ 4 files changed, 187 insertions(+), 9 deletions(-)