diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-08-18 07:55:05 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-08-18 07:55:05 -0700 |
commit | f4566ed08d34ba299412d0bb1a6909ec9af0ed35 (patch) | |
tree | 812dad9c22b81c5f9de899afbe61696c5463ef2d /include | |
parent | bf6740281ed599f98ba13eb3f017ca83deb6277f (diff) | |
parent | 7945dc5885c51d05d9368fd0066755adca73f009 (diff) | |
download | linux-f4566ed08d34ba299412d0bb1a6909ec9af0ed35.tar.gz linux-f4566ed08d34ba299412d0bb1a6909ec9af0ed35.tar.bz2 linux-f4566ed08d34ba299412d0bb1a6909ec9af0ed35.zip |
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Pull drm fixes from Dave Airlie:
"These came in late last week, I wanted to look over the mst one before
forwarding, but it seems good.
Just three i915 and one MST fix"
* 'drm-fixes' of git://people.freedesktop.org/~airlied/linux:
drm/i915: Commit planes on each crtc separately.
drm/i915: calculate primary visibility changes instead of calling from set_config
drm/i915: Only dither on 6bpc panels
drm/dp/mst: Remove port after removing connector.
Diffstat (limited to 'include')
-rw-r--r-- | include/drm/drm_crtc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 57ca8cc383a6..3b4d8a4a23fb 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -743,8 +743,6 @@ struct drm_connector { uint8_t num_h_tile, num_v_tile; uint8_t tile_h_loc, tile_v_loc; uint16_t tile_h_size, tile_v_size; - - struct list_head destroy_list; }; /** |