From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com, hdegoede@redhat.com
Subject: [PATCH 0/7] drm/i915/dsi: stop using drm_panel, refactor
Date: Mon, 6 Mar 2017 16:31:23 +0200 [thread overview]
Message-ID: <cover.1488810382.git.jani.nikula@intel.com> (raw)
This is pretty natural continuation to what Hans started. We haven't
made use of the drm_panel framework much at all, and there's no need in
sight, really. It was good for ensuring a certain amount of separation
between the core and the VBT stuff. Let's keep things that way, but
without the interface.
BR,
Jani.
Jani Nikula (7):
drm/i915/dsi: remove support for more than one panel driver
drm/i915/dsi: call vbt_panel_get_modes directly instead of via
drm_panel
drm/i915/dsi: stop using the drm_panel framework completely
drm/i915/dsi: rename intel_dsi_exec_vbt_sequence to
intel_dsi_vbt_exec_sequence
drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disable
drm/i915/dsi: rename intel_dsi_panel_vbt.c to intel_dsi_vbt.c
drm/i915/dsi: arrange intel_dsi.h according to relevant files
drivers/gpu/drm/i915/Makefile | 2 +-
drivers/gpu/drm/i915/intel_dsi.c | 76 ++++++++--------------
drivers/gpu/drm/i915/intel_dsi.h | 14 ++--
.../{intel_dsi_panel_vbt.c => intel_dsi_vbt.c} | 46 +++----------
4 files changed, 43 insertions(+), 95 deletions(-)
rename drivers/gpu/drm/i915/{intel_dsi_panel_vbt.c => intel_dsi_vbt.c} (95%)
--
2.1.4
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2017-03-06 14:31 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-06 14:31 Jani Nikula [this message]
2017-03-06 14:31 ` [PATCH 1/7] drm/i915/dsi: remove support for more than one panel driver Jani Nikula
2017-03-06 14:31 ` [PATCH 2/7] drm/i915/dsi: call vbt_panel_get_modes directly instead of via drm_panel Jani Nikula
2017-03-06 14:31 ` [PATCH 3/7] drm/i915/dsi: stop using the drm_panel framework completely Jani Nikula
2017-03-06 14:31 ` [PATCH 4/7] drm/i915/dsi: rename intel_dsi_exec_vbt_sequence to intel_dsi_vbt_exec_sequence Jani Nikula
2017-03-06 17:56 ` Daniel Vetter
2017-03-06 14:31 ` [PATCH 5/7] drm/i915/dsi: rename intel_dsi_pre_disable to intel_dsi_disable Jani Nikula
2017-03-06 14:41 ` Ville Syrjälä
2017-03-06 16:00 ` Jani Nikula
2017-03-06 17:58 ` Daniel Vetter
2017-03-07 8:18 ` Jani Nikula
2017-03-07 9:24 ` [PATCH v2] " Jani Nikula
2017-03-06 14:31 ` [PATCH 6/7] drm/i915/dsi: rename intel_dsi_panel_vbt.c to intel_dsi_vbt.c Jani Nikula
2017-03-06 14:31 ` [PATCH 7/7] drm/i915/dsi: arrange intel_dsi.h according to relevant files Jani Nikula
2017-03-06 15:29 ` [PATCH 0/7] drm/i915/dsi: stop using drm_panel, refactor Hans de Goede
2017-03-06 16:47 ` ✓ Fi.CI.BAT: success for " Patchwork
2017-03-06 19:26 ` [PATCH 0/7] " Bob Paauwe
2017-03-07 9:47 ` ✓ Fi.CI.BAT: success for drm/i915/dsi: stop using drm_panel, refactor (rev2) Patchwork
2017-03-07 13:24 ` [PATCH 0/7] drm/i915/dsi: stop using drm_panel, refactor Jani Nikula
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=cover.1488810382.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=hdegoede@redhat.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.