Re: [PATCH v4 2/2] drm/debugfs: also take per device driver features into account

2020-01-25 Thread Jani Nikula
On Thu, 23 Jan 2020, Thomas Zimmermann wrote: > Am 23.01.20 um 13:48 schrieb Jani Nikula: >> Use drm_core_check_all_features() to ensure both the driver features and >> the per-device driver features are taken into account when registering >> debugfs files. >> >> v3: >> - files[i].driver_features

Re: [PATCH v4 2/2] drm/debugfs: also take per device driver features into account

2020-01-23 Thread Thomas Zimmermann
Am 23.01.20 um 13:48 schrieb Jani Nikula: > Use drm_core_check_all_features() to ensure both the driver features and > the per-device driver features are taken into account when registering > debugfs files. > > v3: > - files[i].driver_features == 0 actually means "don't care" > > v2: > - use dr

[PATCH v4 2/2] drm/debugfs: also take per device driver features into account

2020-01-23 Thread Jani Nikula
Use drm_core_check_all_features() to ensure both the driver features and the per-device driver features are taken into account when registering debugfs files. v3: - files[i].driver_features == 0 actually means "don't care" v2: - use drm_core_check_all_features() Cc: Ville Syrjälä Cc: Thomas Zim