projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f09c77
)
drm/modes: Kill DRM_MODE_TYPE_CLOCK_CRTC_C define
author
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Tue, 14 Nov 2017 18:32:55 +0000
(20:32 +0200)
committer
Ville Syrjälä
<ville.syrjala@linux.intel.com>
Mon, 29 Jan 2018 19:38:50 +0000
(21:38 +0200)
No idea what the DRM_MODE_TYPE_CLOCK_CRTC_C define is supposed to
achieve. Totally unused so kill if off.
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20171114183258.16976-8-ville.syrjala@linux.intel.com
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
include/drm/drm_modes.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_modes.h
b/include/drm/drm_modes.h
index 8ddf7adb98dfb5b60e739ffea5fd3300f75c52c3..99dd815269e9784050cc00d6c8c61ef4847ef913 100644
(file)
--- a/
include/drm/drm_modes.h
+++ b/
include/drm/drm_modes.h
@@
-131,9
+131,6
@@
enum drm_mode_status {
MODE_ERROR = -1
};
-#define DRM_MODE_TYPE_CLOCK_CRTC_C (DRM_MODE_TYPE_CLOCK_C | \
- DRM_MODE_TYPE_CRTC_C)
-
#define DRM_MODE(nm, t, c, hd, hss, hse, ht, hsk, vd, vss, vse, vt, vs, f) \
.name = nm, .status = 0, .type = (t), .clock = (c), \
.hdisplay = (hd), .hsync_start = (hss), .hsync_end = (hse), \