diff options
author | Rodrigo Vivi <[email protected]> | 2019-02-04 14:25:38 -0800 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2019-02-05 09:43:23 -0800 |
commit | b2ae318acdcaf1c9562329c9cc1bd2f479157ad2 (patch) | |
tree | bf7b40dd2ca0b60db69b5b49028b3dae842a36e9 /scripts/bpf_helpers_doc.py | |
parent | 21950ee7cc8f13c5350bda0cae22cdb7ac7e3058 (diff) |
drm/i915: Rename HAS_GMCH
First of all GMCH can be considered a feature by itself
since it is a chip present in some platforms that connects
the IA processor to memory and other components in PC.
Also with the introduction of display block at device info,
we got a redundant definition:
.display.has_gmch_display = 1,
So, let's clean up things a bit and use the standardized
way of has_feature on displays side.
No functional change and no manual interaction to generate
this patch.
It is only:
sed -si -e 's/has_gmch_display/has_gmch/g' \
-e 's/HAS_GMCH_DISPLAY/HAS_GMCH/g' drivers/gpu/drm/i915/*{c,h}
Cc: José Roberto de Souza <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
Reviewed-by: José Roberto de Souza <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions