]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/i915/intel_drv.h
drm/i915: move adjusted_x/y from crtc to cache.
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / i915 / intel_drv.h
index 8296df51408db9c643e16a8bb3a03da0310ce0eb..298986ff96348c07e9ff25535dc905b799cfa758 100644 (file)
@@ -812,8 +812,6 @@ struct intel_crtc {
         * gen4+ this only adjusts up to a tile, offsets within a tile are
         * handled in the hw itself (with the TILEOFF register). */
        u32 dspaddr_offset;
-       int adjusted_x;
-       int adjusted_y;
 
        struct intel_crtc_state *config;