Skip to content

Commit a47d2fe

Browse files
jrtc27bsdjhb
authored andcommitted
komeda: Drop temporary resolution hack
This was presumably an attempt to work around not having properly implemented mode_valid in the tda19988 driver.
1 parent 471486b commit a47d2fe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sys/dev/drm/komeda/komeda_drv.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,6 @@ komeda_drm_irq_hook(void *arg)
303303
sc->drm_dev.mode_config.max_width = 4096;
304304
sc->drm_dev.mode_config.max_height = 4096;
305305

306-
/* Temporary hack. */
307-
sc->drm_dev.mode_config.max_width = 1920;
308-
sc->drm_dev.mode_config.max_height = 1200;
309-
310306
sc->drm_dev.mode_config.funcs = &komeda_drm_mode_config_funcs;
311307
sc->drm_dev.mode_config.helper_private =
312308
&komeda_drm_mode_config_helpers;

0 commit comments

Comments
 (0)