Hi, 
    When the X is started in UMS mode, we can see the info related with the 
mode
setting in the Xorg.log(For example: SDVO device command, modeline validation). 
This is very helpful to analyze the issue related with modesetting.
    When KMS is used, we have no such info. Maybe it is very useful that
we can get such info in KMS mode. For example: adding the debug info by
using the DRM_DEBUG macro definition.

    Now all the DRM debug info will be reported if the boot option of
"drm.debug=1" is added. Sometimes it is inconvenient to get the debug
info in KMS mode. We will get too much unrelated info. For example: drm
ioctl info.

    The following patch set is to add several different debug level for
DRM. The debug level can be used to print the different debug info.For
example: The DRM_CORE level can be used to print the debug info related
with drm ioctl. The debug level is controlled by the drm_debug module
parameter. It can be changed by adding the boot option or drm module
parameter I/F.
    

     Patch 1/5: Separate the different DRM debug levels.
                In the patch four debug levels are defined. DRM_CORE,
                DRIVER, KMS, MODE
     Patch 2/5: Replace the DRM_DEBUG with DRM_DEBUG_KMS to print the
info in intel_lvds

     Patch 3/5: Replace the DrM_DEBUG with DRM_DEBUG_KMS to print the
debug info in intel_sdvo

     Patch 4/5: Replace the DRM_DEBUG with DRM_DEBUG_MODE to print the
debug info in drm_mode

     Patch 5/5: Replace the DRM_DEBUG with DRM_DEBUG_DRIVER to print the
debug info in i915 driver.

Welcome the comments.

Thanks.
                


------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to