* DRM/KMS/FB: HDMI hotplug displays 1024x768 resolution instead of native mode
@ 2013-06-19 7:37 ` Jiada Wang
0 siblings, 0 replies; 3+ messages in thread
From: Jiada Wang @ 2013-06-19 7:37 UTC (permalink / raw)
To: linux-arm-kernel, airlied, linux-fbdev-devel; +Cc: Jiada Wang
Hi,
I am implementing HDMI hotplug feature for i.MX6 platform,
the basic function has already been done and works
But there is is an "issue",
When bootup system without HDMI cable attached, fbcon is initialised
with fbsize: 1024x768, after plug-in HDMI cable, I can see in debug log,
display's valid video_mode has been read via DDC, but in
drm_fb_helper_hotplug_event(), only size lower than
fb_helper->fb->width/fb_helper->fb->height, will be accepted,
So instead of the display's native mode, 1024x768 is displayed.
Is it correct DRM/fbdev behaviour?
Thanks,
Jiada
^ permalink raw reply [flat|nested] 3+ messages in thread
* DRM/KMS/FB: HDMI hotplug displays 1024x768 resolution instead of native mode
@ 2013-06-19 7:37 ` Jiada Wang
0 siblings, 0 replies; 3+ messages in thread
From: Jiada Wang @ 2013-06-19 7:37 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
I am implementing HDMI hotplug feature for i.MX6 platform,
the basic function has already been done and works
But there is is an "issue",
When bootup system without HDMI cable attached, fbcon is initialised
with fbsize: 1024x768, after plug-in HDMI cable, I can see in debug log,
display's valid video_mode has been read via DDC, but in
drm_fb_helper_hotplug_event(), only size lower than
fb_helper->fb->width/fb_helper->fb->height, will be accepted,
So instead of the display's native mode, 1024x768 is displayed.
Is it correct DRM/fbdev behaviour?
Thanks,
Jiada
^ permalink raw reply [flat|nested] 3+ messages in thread
* DRM/KMS/FB: HDMI hotplug displays 1024x768 resolution instead of native mode
@ 2013-06-20 14:50 Jiada Wang
0 siblings, 0 replies; 3+ messages in thread
From: Jiada Wang @ 2013-06-20 14:50 UTC (permalink / raw)
To: dri-devel
Hi,
I am implementing HDMI hotplug feature for i.MX6 platform,
the basic function has already been done and works
But there is is an "issue",
When bootup system without HDMI cable attached, fbdev is initialised
with fbsize: 1024x768, after plug-in HDMI cable, I can see in debug log,
display's valid video_mode has been read via DDC, but in
drm_fb_helper_hotplug_event(), only size lower than
fb_helper->fb->width/fb_helper->fb->height, will be accepted,
So instead of the display's native mode, 1024x768 is displayed.
Is it correct DRM/fbdev behaviour?
or is it possible to resize fbdev, to show bigger resolution after new
monitor is plugged-in?
Thanks,
Jiada
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-20 15:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 14:50 DRM/KMS/FB: HDMI hotplug displays 1024x768 resolution instead of native mode Jiada Wang
-- strict thread matches above, loose matches on Subject: below --
2013-06-19 7:37 Jiada Wang
2013-06-19 7:37 ` Jiada Wang
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.