1. 16 Sep, 2015 2 commits
  2. 13 Sep, 2015 1 commit
  3. 11 Sep, 2015 1 commit
    • Daniel Vetter's avatar
      drm: Nuke drm_framebuffer->helper_private · c86fb9d9
      Daniel Vetter authored
      It's completely unused and there's really no reason for this:
      - drm_framebuffer structures are invariant after creation, no need for
        helpers to manipulate them.
      - drm_framebuffer structures should just be embedded (and that's what
        all the drivers do).
      
      Stumbled over this since some folks are apparently concerned with the
      overhead of struct drm_framebuffer and this is an easy 8 byte saving.
      
      More could be gained by ditching the legacy fields and recomputing
      stuff from the fourcc value. But that would require some drm-wide
      cocci and real justification.
      
      Cc: gary.k.smith@intel.com
      Reviewed-by: default avatarDavid Herrmann <dh.herrmann@gmail.com>
      Signed-off-by: default avatarDaniel Vetter <daniel.vetter@intel.com>
      c86fb9d9
  4. 09 Sep, 2015 6 commits
  5. 08 Sep, 2015 23 commits
  6. 04 Sep, 2015 7 commits