public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
To: intel-gfx@lists.freedesktop.org
Subject: [RFC 0/2] Split crtc_state in sw and hw state
Date: Fri, 14 Jun 2019 22:21:13 +0200	[thread overview]
Message-ID: <20190614202115.14098-1-maarten.lankhorst@linux.intel.com> (raw)

Use uapi for drm, and keep the internal state in hw.
 
This patch is incomplete, just want feedback on the direction I'm going.

Maarten Lankhorst (2):
  drm/i915: Rename intel_crtc_state->base to hw
  [INCOMPLETE] drm/i915: Split up crtc_state into uapi and hw

 drivers/gpu/drm/i915/i915_debugfs.c       |  14 +-
 drivers/gpu/drm/i915/icl_dsi.c            |  18 +-
 drivers/gpu/drm/i915/intel_atomic.c       |  17 +-
 drivers/gpu/drm/i915/intel_atomic_plane.c |   8 +-
 drivers/gpu/drm/i915/intel_audio.c        |  14 +-
 drivers/gpu/drm/i915/intel_bw.c           |   4 +-
 drivers/gpu/drm/i915/intel_cdclk.c        |   8 +-
 drivers/gpu/drm/i915/intel_color.c        | 140 +++---
 drivers/gpu/drm/i915/intel_crt.c          |  24 +-
 drivers/gpu/drm/i915/intel_ddi.c          |  28 +-
 drivers/gpu/drm/i915/intel_display.c      | 527 +++++++++++-----------
 drivers/gpu/drm/i915/intel_dp.c           |  42 +-
 drivers/gpu/drm/i915/intel_dp_mst.c       |   6 +-
 drivers/gpu/drm/i915/intel_dpio_phy.c     |  14 +-
 drivers/gpu/drm/i915/intel_dpll_mgr.c     |  36 +-
 drivers/gpu/drm/i915/intel_drv.h          |   4 +-
 drivers/gpu/drm/i915/intel_dvo.c          |  14 +-
 drivers/gpu/drm/i915/intel_fbc.c          |   2 +-
 drivers/gpu/drm/i915/intel_hdmi.c         |  62 +--
 drivers/gpu/drm/i915/intel_lspcon.c       |   4 +-
 drivers/gpu/drm/i915/intel_lvds.c         |  12 +-
 drivers/gpu/drm/i915/intel_panel.c        |  14 +-
 drivers/gpu/drm/i915/intel_pipe_crc.c     |   6 +-
 drivers/gpu/drm/i915/intel_pm.c           | 169 +++----
 drivers/gpu/drm/i915/intel_psr.c          |  10 +-
 drivers/gpu/drm/i915/intel_sdvo.c         |  22 +-
 drivers/gpu/drm/i915/intel_sprite.c       |  25 +-
 drivers/gpu/drm/i915/intel_tv.c           |   8 +-
 drivers/gpu/drm/i915/intel_vdsc.c         |  10 +-
 drivers/gpu/drm/i915/vlv_dsi.c            |  20 +-
 30 files changed, 648 insertions(+), 634 deletions(-)

-- 
2.20.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

             reply	other threads:[~2019-06-14 20:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14 20:21 Maarten Lankhorst [this message]
2019-06-14 20:21 ` [RFC 1/2] drm/i915: Rename intel_crtc_state->base to hw Maarten Lankhorst
2019-06-14 20:21 ` [RFC 2/2] [INCOMPLETE] drm/i915: Split up crtc_state into uapi and hw Maarten Lankhorst
2019-06-17 20:45   ` Manasi Navare
2019-06-14 20:29 ` ✗ Fi.CI.BAT: failure for Split crtc_state in sw and hw state Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190614202115.14098-1-maarten.lankhorst@linux.intel.com \
    --to=maarten.lankhorst@linux.intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox