commit | c4a56750ecbf2421ebd39f0fec562e1869a38d53 | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Thu Oct 25 18:05:06 2012 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Wed Nov 07 10:14:24 2012 +1000 |
tree | 0a0c8e0bd36ed4ba4ac87f7ded95300164e47634 | |
parent | 0b3904ab2a48488e23332ac1ecd2d45961ec6718 [diff] |
drm: Ignore blob propertys in drm_property_change_is_valid() In case of a blob property drm_property_change_is_valid() can't tell whether the change is valid or not. So just return true for all blob properties, and leave it up to someone else to check it. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>