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:
86f422d
)
drm: Remove 2 unused defines
author
Lespiau, Damien
<
[email protected]
>
Mon, 19 Aug 2013 23:53:07 +0000
(
00:53
+0100)
committer
Dave Airlie
<
[email protected]
>
Wed, 21 Aug 2013 02:47:36 +0000
(12:47 +1000)
These were introduced in the very first DRM commit:
commit
f453ba0460742ad027ae0c4c7d61e62817b3e7ef
Author: Dave Airlie <
[email protected]
>
Date: Fri Nov 7 14:05:41 2008 -0800
DRM: add mode setting support
Add mode setting support to the DRM layer.
But are unused.
Signed-off-by: Damien Lespiau <
[email protected]
>
Reviewed-by: Alex Deucher <
[email protected]
>
Signed-off-by: Dave Airlie <
[email protected]
>
include/drm/drm_crtc.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_crtc.h
b/include/drm/drm_crtc.h
index 014e491c3c1ca09d89eb34b592a3ade28d7d03b6..0a9f73e8be26827494fb1a663765a03e20fcb3da 100644
(file)
--- a/
include/drm/drm_crtc.h
+++ b/
include/drm/drm_crtc.h
@@
-494,8
+494,6
@@
struct drm_encoder_funcs {
void (*destroy)(struct drm_encoder *encoder);
};
-#define DRM_CONNECTOR_MAX_UMODES 16
-#define DRM_CONNECTOR_LEN 32
#define DRM_CONNECTOR_MAX_ENCODER 3
/**