All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jani Nikula <jani.nikula@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: jani.nikula@intel.com
Subject: [PATCH 0/5] drm/i915: add VBT firmware loading mechanism
Date: Tue, 21 Feb 2017 18:40:20 +0200	[thread overview]
Message-ID: <cover.1487695041.git.jani.nikula@intel.com> (raw)

Some cleanups, Chris' patch as a dependency, and an untested idea to load the
VBT using the firmware loader if requested by the user.

BR,
Jani.

Chris Wilson (1):
  drm/i915: Add i915_param charp macro magic

Jani Nikula (4):
  drm/i915/opregion: bail out early for systems with no opregion VBT
  drm/i915/opregion: try to validate RVDA VBT only if it's there
  drm/i915/opregion: debug log about invalid ACPI OpRegion VBT
  drm/i915/opregion: let user specify override VBT via firmware load

 drivers/gpu/drm/i915/i915_debugfs.c   |   2 +
 drivers/gpu/drm/i915/i915_gpu_error.c |  22 ++++++++
 drivers/gpu/drm/i915/i915_params.c    |   4 ++
 drivers/gpu/drm/i915/i915_params.h    |   1 +
 drivers/gpu/drm/i915/intel_opregion.c | 103 ++++++++++++++++++++++++----------
 5 files changed, 102 insertions(+), 30 deletions(-)

-- 
2.1.4

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

             reply	other threads:[~2017-02-21 16:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21 16:40 Jani Nikula [this message]
2017-02-21 16:40 ` [PATCH 1/5] drm/i915: Add i915_param charp macro magic Jani Nikula
2017-02-21 16:40 ` [PATCH 2/5] drm/i915/opregion: bail out early for systems with no opregion VBT Jani Nikula
2017-02-21 16:40 ` [PATCH 3/5] drm/i915/opregion: try to validate RVDA VBT only if it's there Jani Nikula
2017-02-21 16:40 ` [PATCH 4/5] drm/i915/opregion: debug log about invalid ACPI OpRegion VBT Jani Nikula
2017-02-21 16:40 ` [PATCH 5/5] drm/i915/opregion: let user specify override VBT via firmware load Jani Nikula
2017-02-21 16:46   ` Chris Wilson
2017-02-22  8:15     ` Jani Nikula
2017-02-22  8:50       ` Chris Wilson
2017-02-21 18:22 ` ✓ Fi.CI.BAT: success for drm/i915: add VBT firmware loading mechanism 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=cover.1487695041.git.jani.nikula@intel.com \
    --to=jani.nikula@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 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.