On Tue, Oct 13, 2015 at 09:24:26AM -0700, Dan Williams wrote:
On Tue, Oct 13, 2015 at 1:24 AM, Daniel Vetter daniel@ffwll.ch wrote:
On Mon, Oct 12, 2015 at 09:12:57PM +0000, Williams, Dan J wrote:
On Mon, 2015-10-12 at 09:01 +0200, Daniel Vetter wrote:
On Fri, Oct 09, 2015 at 06:16:25PM -0400, Dan Williams wrote:
i915 expects the OpRegion to be cached (i.e. not __iomem), so explicitly map it with memremap rather than the implied cache setting of acpi_os_ioremap().
Cc: Daniel Vetter daniel.vetter@intel.com Cc: Jani Nikula jani.nikula@linux.intel.com Cc: intel-gfx@lists.freedesktop.org Cc: David Airlie airlied@linux.ie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Dan Williams dan.j.williams@intel.com
Assuming you've run sparse over this to make sure you've caught them all, and with the nit below addressed this is
Reviewed-by: Daniel Vetter daniel.vetter@ffwll.ch
Indeed, re-running sparse again found a few conversions of ioread* I missed as well as moving the force casting out of validate_vbt() to find_vbt().
Feel free to pull v2 into whatever tree you think it's suitable for (but you can also resend and I'll pick it up).
Please pick up v2 below.
Queued for -next, thanks for the patch. Aside: Attached or separate mail seems easier, somehow git apply-mbox can't auto-eat this for of patch. -Daniel
"git am --scissors" should detect the "8<---" cut line.
TIL, works nice indeed. Thanks for the hint. -Daniel