> 1 - make sure lvds panels have valid native mode info.  if not, report
> lvds as disconnected
> 2 - fix up crtc dpms ordering based on recommendation from bios docs
> 3 - add support for AdjustDisplayPll table which is used to adjust the
> clock to meet special requirements of different encoders (e.g.,
> tv-out, DP, certain low dot clocks on tmds, etc.)
> 4. clean up the crtc mode set path
> 5. switch lvds to use the drm_mode struct rather than the
> radeon_native_mode struct.  Eliminates a layer of indirection.

drm_mode structs are objects with identifiers, I think you aren't doing 
this right, use * to the mode strcut, create a native mode one using 
drm_mode_create and don't overwrite the mode id stuff.

Dave.

 > 
> Patch 5 could probably use some more testing to make sure I didn't
> accidentally break lvds on any picky panels due to a typo in the
> conversion.
> 
> Alex
> 

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to