Re: [Intel-gfx] Intel i915 corruption issue Gnome EOG #146

2020-10-30 Thread Jonny Grant
On 30/10/2020 10:17, Joonas Lahtinen wrote: > + intel-gfx mailing list > > Quoting Joonas Lahtinen (2020-10-30 12:15:44) >> Quoting Jonny Grant (2020-10-27 22:42:19) >>> Hello Jani, Joonas >>> >>> https://gitlab.gnome.org/GNOME/eog/-/issues/146 >&

Re: [Intel-gfx] Intel i915 corruption issue Gnome EOG #146

2020-10-30 Thread Jonny Grant
On 30/10/2020 10:54, Chris Wilson wrote: > Quoting Joonas Lahtinen (2020-10-30 10:17:17) >> + intel-gfx mailing list >> >> Quoting Joonas Lahtinen (2020-10-30 12:15:44) >>> Quoting Jonny Grant (2020-10-27 22:42:19) >>>> Hello Jani, Joonas >>>

[Intel-gfx] HDCP working for anyone?

2019-12-24 Thread Grant
Has anyone gotten HDCP to work? No luck on 5.3.7 for me. - Grant ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] acceleration works in Brave browser

2019-12-24 Thread Grant
807-rev-10#ov I've tried 6 or so streaming services but nothing accelerates besides YouTube even though chrome://media-internals reports the h264 codec is in use. Does anyone know why this is happening? - Grant ___ Intel-gfx mailing

Re: [Intel-gfx] [PATCH RESEND] drm/i915: Fix pipe/transcoder enum mismatches

2017-07-14 Thread Grant Grundler
On Fri, Jul 14, 2017 at 2:35 PM, Daniel Vetter wrote: > On Fri, Jul 14, 2017 at 7:32 PM, Grant Grundler wrote: >> On Fri, Jul 14, 2017 at 2:11 AM, Jani Nikula >> wrote: >>> On Thu, 13 Jul 2017, Stéphane Marchesin >>> wrote: >>>> So, if you think

Re: [Intel-gfx] [PATCH RESEND] drm/i915: Fix pipe/transcoder enum mismatches

2017-07-14 Thread Grant Grundler
else could for that matter). Can you do that? Just give an example of what the "right" API looks like and see where it goes. cheers, grant > > BR, > Jani. > > [1] http://mid.mail-archive.com/87wp9rahjy.fsf@intel.com > > > -- > Jani Nikula, Intel Open Sou

Re: [Intel-gfx] [PATCH RESEND] drm/i915: Fix pipe/transcoder enum mismatches

2017-05-05 Thread Grant Grundler
code base is compiled). In other words, the gain isn't currently measurable the same way performance is but I believe it's worth doing. Given the number of typedefs and enums in kernel code, I suspect most kernel developers would agree. cheers, grant > >> Then the code ca

Re: [Intel-gfx] [PATCH RESEND] drm/i915: Fix pipe/transcoder enum mismatches

2017-05-05 Thread Grant Grundler
tion? Then the code can do some sanity checking as well. Something like: enum transcoder pch_to_cpu_enum(enum pipe) { WARN_ON(pipe > FOO); return (enum transcoder) pipe; } > Currently most places expect an > enum pipe when dealing with PCH transcoders, and enum transcoder > when dealing with CPU transcoders. But there are some exceptions > of course. cheers, grant > > -- > Ville Syrjälä > Intel OTC ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH 3/6] drm/i915: Kill obj->gtt_offset

2016-03-21 Thread Grant Carberry
Sent from my iPhone ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] intel_drv.so segfault

2013-11-17 Thread Grant
>>> >>>>> Thank you, here's what I get: >>> >>>>> >>> >>>>> # addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so -i >>> >>>>> 0x2fe79 0x3037f >>> >>> Grant - I'm a

Re: [Intel-gfx] intel_drv.so segfault

2013-11-12 Thread Grant
>> >>>>> Thank you, here's what I get: >> >>>>> >> >>>>> # addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so -i 0x2fe79 >> >>>>> 0x3037f >> >> Grant - I'm assuming that this was done

Re: [Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
>>>>>> Thank you, here's what I get: >>>>>> >>>>>> # addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so -i 0x2fe79 >>>>>> 0x3037f > > Grant - I'm assuming that this was done on the emerged > xf86-vi

Re: [Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
specific commit. > > -James Many thanks James! # emerge -pv xf86-video-intel These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ~] x11-drivers/xf86-video-intel-2.99.905-r1 USE="dri sna udev -glamor -uxa -xvmc" 0

Re: [Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
age/x11-drivers/xf86-video-intel-2.99.905-r1/work/xf86-video-intel-2.99.905/src/sna/sna_accel.c:6240 >> (discriminator 1) > > I need to know what commit id that corresponds to as well. Thanks, > -Chris I'm sorry Chris, I'm just a lowly user. How can I get that info for you?

Re: [Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
gt; > FEATURES="nostrip" emerge xf86-video-intel Thank you, here's what I get: # addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so -i 0x2fe79 0x3037f /var/tmp/portage/x11-drivers/xf86-video-intel-2.99.905-r1/work/xf86-video-intel-2.99.905/src/sna/sna_accel.c:6079 /var/tmp/portage/x11-drivers/xf86-video-intel-2.99.905-r1/work/xf86-video-intel-2.99.905/src/sna/sna_accel.c:6240 (discriminator 1) - Grant ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
ter the crash? Or before rebooting? > > Ah, it does require xf86-video-intel to have been built with debug > symbols (-g in CFLAGS) and not stripped upon installation. I'm running Gentoo and I added -g to the following in make.conf: CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer

Re: [Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
tel_drv.so -i 0x2fe790x3037f > > addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so -i 0x2fe79 0x3037f Maybe this needs to be run immediately after the crash? Or before rebooting? # addr2line -e /usr/lib64/xorg/modules/drivers/intel_drv.so -i 0x2fe79 0x3037f ??:0 ??:0 - Grant ___

[Intel-gfx] intel_drv.so segfault

2013-11-06 Thread Grant
E) 9: /usr/bin/X (0x40+0x29f91) [0x429f91] [ 12021.741] (EE) [ 12021.741] (EE) Segmentation fault at address 0x0 - Grant ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] glamor and xvmc

2013-10-23 Thread Grant
mor backend, > which it does not yet do. I'm not sure if glamor could expose the > hardware motion compensation acceleration though. As a data point, I compiled xf86-video-intel with glamour and xvmc and X wouldn't start on my Dell XPS

Re: [Intel-gfx] glamor and xvmc

2013-10-22 Thread Grant
. I'll give it a try. > With the exception of not having Xv (or XvMC) support enabled for glamor > in -intel, you can, at your own risk, enable glamor during configure Are you saying that glamor depends on xvmc? - Grant ___ Intel-gfx mailing list

[Intel-gfx] xfce panel problem with SNA, not with UXA

2013-10-20 Thread Grant
ng through it. I can attach a screenshot if necessary. Others have reported this on the xfce list. Please let me know if I should file a bug. - Grant ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/list

[Intel-gfx] glamor and xvmc

2013-10-20 Thread Grant
How can I find out if I should enable glamor and xvmc on my Dell XPS 13 (1st gen) laptop? "Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller" - Grant ___ Intel-gfx mailing list Intel-gfx@lists.freedeskto

Re: [Intel-gfx] xfce panel problem with SNA, not with UXA

2013-10-20 Thread Grant
a darker gray pattern > running through it. I can attach a screenshot if necessary. Others > have reported this on the xfce list. Please let me know if I should > file a bug. > > - Grant Actually it looks like the problem exists for me in xf86-video-intel-

Re: [Intel-gfx] SNA doesn't work if external monitor is attached during boot

2012-09-23 Thread Grant
gt;> booted. I'm on a Dell XPS 13 Ultrabook on xf86-video-intel-2.20.6 >> in Gentoo. > > same bug? > https://bugs.freedesktop.org/show_bug.cgi?id=48652 I believe that bug is about losing the external monitor connection entirely. My issue seems to be SNA working or n

[Intel-gfx] SNA doesn't work if external monitor is attached during boot

2012-09-23 Thread Grant
PS 13 Ultrabook on xf86-video-intel-2.20.6 in Gentoo. - Grant ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] black screen if sna & TearFree

2012-09-16 Thread Grant
Top-posting seems appropriate to say that I think this has been fixed in latest git and possibly 2.20.6. I will report back if not. Thank you, Grant >>> 'xset dpms force off; sleep 1; xset dpms force on' does indeed trigger >>> the error. I've attached my

Re: [Intel-gfx] black screen if sna & TearFree

2012-09-05 Thread Grant
d xf86-video-intel >> $ ./autogen.sh --prefix=/usr --enable-debug=full >> $ make && sudo make install >> >> This will overwrite the system driver and so not need any modification >> to config files. (It is possible to install into local and change >> /etc/X1

Re: [Intel-gfx] black screen if sna & TearFree

2012-08-16 Thread Grant
3 as well >>> > as the latest from git. The problem doesn't occur without the above >>> > two directives. >>> > >>> > Does anyone know how to diagnose or fix this? >>> > >>> > - Grant >>> >>> I can prevent t

Re: [Intel-gfx] black screen if sna & TearFree

2012-08-16 Thread Grant
as the latest from git. The problem doesn't occur without the above >> > two directives. >> > >> > Does anyone know how to diagnose or fix this? >> > >> > - Grant >> >> I can prevent this if I issue 'xset -dpms' before closing the laptop >&g

Re: [Intel-gfx] black screen if sna & TearFree

2012-08-16 Thread Grant
as the latest from git. The problem doesn't occur without the above >> > two directives. >> > >> > Does anyone know how to diagnose or fix this? >> > >> > - Grant >> >> I can prevent this if I issue 'xset -dpms' before closing the laptop >&g

Re: [Intel-gfx] black screen if sna & TearFree

2012-08-15 Thread Grant
black screen, although I can > get my session back if I switch to VT1 and then back to VT7. I can't > find anything in the logs. I've tried xf86-video-intel-2.20.3 as well > as the latest from git. The problem doesn't occur without the above > two directives. > > D

[Intel-gfx] black screen if sna & TearFree

2012-08-15 Thread Grant
t my session back if I switch to VT1 and then back to VT7. I can't find anything in the logs. I've tried xf86-video-intel-2.20.3 as well as the latest from git. The problem doesn't occur without the above two directives. Does anyone know how to diagnose or fix this? - Grant _