Re: [Intel-gfx] Bug#917280: kernel panic on intel gen4 gfx card

2018-12-25 Thread Ben Hutchings
an.org/cgi-bin/bugreport.cgi?att=1;bug=917280;filename=dmesg.txt;msg=10 The 4.18 stable branch is no longer maintained. I suspect this is the same as <https://bugs.debian.org/914495> and <https://bugs.freedesktop.org/show_bug.cgi?id=108850>, which is fixed in 4.19 (currently in unstable). B

Re: [Intel-gfx] linux-firmware-i915 pull request (bxt dmc, kbl dmc)

2016-08-02 Thread Ben Hutchings
h a firmware that we know > it is bad. Indeed.  Please don't put a full version number in the filenames requested by drivers.  Where it's not possible to maintain ABI compatibility between driver and firmware indefinitely then include an ABI version in the filename, but not the full ver

Re: [Intel-gfx] linux-firmware pull request(KBL:DMC)

2017-11-22 Thread Ben Hutchings
vatsa (6): linux-firmware/i915: Add Geminilake DMC version 1.04 linux-firmware/i915: Add Cannonlake DMC version 1.06 linux-firmware: GuC firmware for Skylake v9.33 linux-firmware: GuC firmware for Broxton v9.29 linux-firmware: GuC firmware for kabylake v9.39 linu

[Intel-gfx] [PATCH 3.16 260/370] drm/i915: Don't leak edid in intel_crt_detect_ddc()

2017-03-10 Thread Ben Hutchings
ani Nikula Link: http://patchwork.freedesktop.org/patch/msgid/1484922525-6131-1-git-send-email-ander.conselvan.de.olive...@intel.com (cherry picked from commit c96b63a6a7ac4bd670ec2e663793a9a31418b790) Signed-off-by: Jani Nikula Signed-off-by: Ben Hutchings --- drivers/gpu/drm/i915/intel

Re: [Intel-gfx] drm/i915 stable patches

2013-05-09 Thread Ben Hutchings
on of base of stolen memory > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=53541 Looks like the code has moved around a bit. Here's what I ended up with for 3.2. Ben. -- Ben Hutchings For every action, there is an equal and opposite criticism.

Re: [Intel-gfx] Backport of "drm/i915: Fix detection of base of stolen memory"

2013-05-27 Thread Ben Hutchings
trees carrying this > patch) seem to work fine. > > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=58511#add_comment Yes, I've already had a report that this is broken. The revert is in my patch queue. Ben. -- Ben Hutchings If at first you don't succeed, you're doing

Re: [Intel-gfx] Backporting "drm/i915: force full modeset if the connector is in DPMS OFF mode"

2013-06-12 Thread Ben Hutchings
is in DPMS OFF mode > > to all supported stable kernels. > > Additional bugzilla on top of all the others: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=65559 You'll need to provide a backport for at least 3.2; this isn't anywhere close to applying. Ben. --

Re: [Intel-gfx] [3.2.y] drm/i915: add Ivy Bridge GT2 Server entries

2012-10-07 Thread Ben Hutchings
.] > - with this patch, and with libdrm lacking 2.4.34~22 and 2.4.38~10, >X freezes at startup. > > "No regressions" means you probably shouldn't take this patch without > a safety to work around the old X userspace, [...] Then this workaround is also required in m

Re: [Intel-gfx] [3.2.y] drm/i915: add Ivy Bridge GT2 Server entries

2012-10-07 Thread Ben Hutchings
On Sun, 2012-10-07 at 15:11 +0100, Chris Wilson wrote: > On Sun, 07 Oct 2012 15:01:17 +0100, Ben Hutchings > wrote: > > On Mon, 2012-10-01 at 03:24 -0700, Jonathan Nieder wrote: > > > Hi Ben, > > > > > > Please consider > > > > > >

Re: [Intel-gfx] [PATCH] drm/i915: clear the entire sdvo infoframe buffer

2012-10-20 Thread Ben Hutchings
read beyond the end of the data array. I think you could leave data and length unchanged in the loop and then set up each data chunk like this: memset(tmp, 0, 8); if (i < length) memcpy(tmp, data + i, min_t(unsigned,

Re: [Intel-gfx] [3.0.y, 3.2.y, 3.4.y] Please add LVDS patch for the Zotac ZBOX SD ID13

2012-10-27 Thread Ben Hutchings
6 merge window, so newer kernels don't need it. [...] Added to the queue for 3.2, thanks. Ben. -- Ben Hutchings Reality is just a crutch for people who can't handle science fiction. signature.asc Description: This is a digitally signed message part

Re: [Intel-gfx] [PATCH 3.16.y-ckt 030/168] drm/i915: Handle failure to kick out a conflicting fb driver

2015-01-12 Thread Ben Hutchings
On Mon, 2015-01-12 at 18:20 +0100, Daniel Vetter wrote: > On Sun, Jan 11, 2015 at 10:49 PM, Ben Hutchings wrote: > > On Mon, 2014-12-15 at 14:24 +, Luis Henriques wrote: > >> 3.16.7-ckt3 -stable review patch. If anyone has any objections, please