diff options
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2017-11-14 21:32:58 +0300 |
---|---|---|
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | 2018-01-29 22:55:07 +0300 |
commit | e995ca0b8139c5f6807095464e969931b443f55a (patch) | |
tree | d08d7fd4f0bb93e7414ae2b4ce16a974296cf429 /tools | |
parent | 75a655e0a26cf0bfbaaa8df0ff5a9d1807bb1f4e (diff) | |
download | linux-e995ca0b8139c5f6807095464e969931b443f55a.tar.xz |
drm/i915: Provide a device level .mode_valid() hook
We never support certain mode flags etc. Reject those early on in the
mode_config.mode_valid() hook. That allows us to remove some duplicated
checks from the connector .mode_valid() hooks, and it guarantees that
we never see those flags even from user mode as the
mode_config.mode_valid() hooks gets executed for those as well.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171114183258.16976-11-ville.syrjala@linux.intel.com
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions