]> git.baikalelectronics.ru Git - kernel.git/commit
drm: Add drm_mode_equal_no_clocks()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 24 Apr 2013 16:07:16 +0000 (19:07 +0300)
committerDave Airlie <airlied@redhat.com>
Fri, 26 Apr 2013 00:25:09 +0000 (10:25 +1000)
commit44bedb1ae9a6c36a77bdc67532a36bd425854068
tree2c66a755d1f2c17d6c774aec84b277f632fc82a8
parentd3910766f59c3e012b123f5eb287a8f0c03550d4
drm: Add drm_mode_equal_no_clocks()

drm_mode_equal_no_clocks() is like drm_mode_equal() except it doesn't
compare the clock or vrefresh values. drm_mode_equal() is now
implemented by first doing the clock checks, and then calling
drm_mode_equal_no_clocks().

v2: Add missing EXPORT_SYMBOL()

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_modes.c
include/drm/drm_crtc.h