diff options
author | Dave Airlie <airlied@redhat.com> | 2007-12-18 19:18:05 +1100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-12-18 19:18:05 +1100 |
commit | 6d03411e5faa124bac014ebacec470ffd7cf2ce4 (patch) | |
tree | 87c0bc55e1474854a782d86d847adf2a31a3ee01 /linux-core/drm_crtc.h | |
parent | a19e0efb0e03dbaad68e281b7e018663fb8c3589 (diff) |
HERE BEZ HACKZ.. magic variable to make shit work
Diffstat (limited to 'linux-core/drm_crtc.h')
-rw-r--r-- | linux-core/drm_crtc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/drm_crtc.h b/linux-core/drm_crtc.h index dbb41867..d133e0e0 100644 --- a/linux-core/drm_crtc.h +++ b/linux-core/drm_crtc.h @@ -471,7 +471,7 @@ struct drm_output { struct drm_display_info *monitor_info; /* if any */ const struct drm_output_funcs *funcs; void *driver_private; - + uint32_t make_shit_work; struct list_head user_modes; struct drm_property_blob *edid_blob_ptr; u32 property_ids[DRM_OUTPUT_MAX_PROPERTY]; |