mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 05:50:12 +01:00
Remove drm_mode_clip, its not needed.
This commit is contained in:
parent
abac9f9996
commit
0f35c5c953
1 changed files with 0 additions and 7 deletions
|
|
@ -236,13 +236,6 @@ struct drm_mode_fb_dirty_cmd {
|
||||||
uint64_t clips_ptr;
|
uint64_t clips_ptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct drm_mode_fb_clip {
|
|
||||||
uint16_t x;
|
|
||||||
uint16_t y;
|
|
||||||
uint16_t width;
|
|
||||||
uint16_t height;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct drm_mode_mode_cmd {
|
struct drm_mode_mode_cmd {
|
||||||
uint32_t connector_id;
|
uint32_t connector_id;
|
||||||
struct drm_mode_modeinfo mode;
|
struct drm_mode_modeinfo mode;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue