Re: Some questions about DRM(Direct Rendering Manager)

2011-06-22 Thread daeinki
Hi Rob Clark, I'm sorry for that my mean didn't convey to you so I condensed that into brief again. I know drm_fb_helper_single_fb_probe() calls register_framebuffer(), My question is that it's right way to call only drm_fb_helper_set_par() if fb_helper->funcs->fb_probe() returns nonzero. In thi

Re: Some questions about DRM(Direct Rendering Manager)

2011-06-22 Thread Rob Clark
fwiw, drm_fb_helper_single_fb_probe() calls register_framebuffer() (if that was the question?) BR, -R 2011/6/22 InKi Dae : > It adds dri-devel@lists.freedesktop.org to this mail thread. > Thank you. > > 2011년 6월 22일 오후 3:04, daeinki 님의 말: >> below is additional comments. >> >> daeinki 쓴 글: >>> Hi

Re: Some questions about DRM(Direct Rendering Manager)

2011-06-22 Thread InKi Dae
It adds dri-devel@lists.freedesktop.org to this mail thread. Thank you. 2011년 6월 22일 오후 3:04, daeinki 님의 말: > below is additional comments. > > daeinki 쓴 글: >> Hi all, >> >> I'm writing Samsung SoC based DRM framework and this one includes FIMD >> and HDMI driver as hardware dependent modules. and