diff options
| author | Tomohito Esaki <[email protected]> | 2022-01-28 15:08:34 +0900 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2022-01-31 21:45:23 +0100 |
| commit | 2af104290da5e4858e8caefa068827d7392c6a09 (patch) | |
| tree | 4760e7ee41888b74c664dc9bee58fd8b28a7b10f /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 9987151a90567785beebcbd5c8ac58d05f254137 (diff) | |
drm: introduce fb_modifiers_not_supported flag in mode_config
If only linear modifier is advertised, since there are many drivers that
only linear supported, the DRM core should handle this rather than
open-coding in every driver. However, there are legacy drivers such as
radeon that do not support modifiers but infer the actual layout of the
underlying buffer. Therefore, a new flag fb_modifiers_not_supported is
introduced for these legacy drivers, and allow_fb_modifiers is replaced
with this new flag.
v3:
- change the order as follows:
1. add fb_modifiers_not_supported flag
2. add default modifiers
3. remove allow_fb_modifiers flag
- add a conditional disable in amdgpu_dm_plane_init()
v4:
- modify kernel docs
v5:
- modify kernel docs
Signed-off-by: Tomohito Esaki <[email protected]>
Acked-by: Harry Wentland <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Reviewed-by: Laurent Pinchart <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions