Re: [Intel-gfx] How to fix screen resolution detection?

2021-12-20 Thread Alan Stern
On Mon, Dec 20, 2021 at 12:14:48PM +0200, Jani Nikula wrote: > On Fri, 17 Dec 2021, Alan Stern wrote: > > The screen resolution on my laptop is not reported accurately. Here's > > an extract from the output of xdpyinfo: > > > > screen #0: > > dimensi

[Intel-gfx] How to fix screen resolution detection?

2021-12-17 Thread Alan Stern
size/resolution information i915 is getting and passing to Wayland? If it's wrong, how can I fix it? Thanks, Alan Stern

Re: [Intel-gfx] [PATCH v0 42/42] notifier: Return an error when callback is already registered

2021-11-08 Thread Alan Stern
rrent state of affairs, I vote in favor of 1 (plus a WARN or something similar to generate a stack dump in the callee, since double registration really is a bug). Alan Stern

Re: [Intel-gfx] [PATCH v0 00/42] notifiers: Return an error when callback is already registered

2021-11-08 Thread Alan Stern
urs when a notifier callback is added twice, not when a caller fails to check the return code. Double-registration is not the sort of thing that can be detected at build time. Alan Stern > Due to the sheer volume of the patches, I have addressed the respective > patch and the last one, whic

[Intel-gfx] How to set i915drmfb text-mode resolution?

2020-07-08 Thread Alan Stern
the resolution to 1280x720 pixels or to use a 160x45 character array while in text mode? I tried looking for documentation in this area but couldn't find anything useful. Thank you, Alan Stern ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org

Re: [Intel-gfx] [PATCH] PM / runtime: Add new helper for conditional usage count incrementation

2015-12-15 Thread Alan Stern
runtime > PM > + status is 'active' and its usage counter is greater than 0 at the same > + time; return 'false' otherwise Same thing here. Alan Stern ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] Regression in drm-intel caused by d91a2cb8e510

2014-09-01 Thread Alan Stern
occurs when I boot a kernel built from that commit, and it doesn't occur when I boot a kernel built from the preceding commit (19ac737dc3c3). If necessary, I can get debugging info by logging in over a network connection. Tell me what you need. Alan Stern

Re: [Intel-gfx] Regression in drm-intel caused by d91a2cb8e510

2014-09-01 Thread Alan Stern
On Mon, 1 Sep 2014, Damien Lespiau wrote: On Mon, Sep 01, 2014 at 04:19:23PM -0400, Alan Stern wrote: Daniel: I'm encountering a problem with the drm-intel-nightly branch in your drm-intel repository. The symptom is that when I boot my laptop, at some point during the start-up

Re: [Intel-gfx] [PATCH 45/53] drm/i915/bdw: Do not call intel_runtime_pm_get() in an interrupt

2014-08-08 Thread Alan Stern
) \ spin_unlock_irqrestore((dev)-power.lock, flags) It looks a little silly but it would work. Alan Stern ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] Regression in i915 driver in 3.16-rc2

2014-06-25 Thread Alan Stern
On Wed, 25 Jun 2014, Ville [iso-8859-1] Syrj�l� wrote: On Wed, Jun 25, 2014 at 02:06:55PM -0400, Alan Stern wrote: Daniel: I encountered a new problem in the i915 driver the first time I booted a 3.16-rc kernel on this computer. When it switched over to the frame buffer driver

Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-30 Thread Alan Stern
bad side-effects I guess we simply need to live with the WARN for a tad longer. Okay. Let me know when you've got something else ready to test. Alan Stern ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-27 Thread Alan Stern
://cgit.freedesktop.org/~danvet/drm-intel/ Cloning into 'drm-intel'... fatal: remote error: access denied or repository not exported: ~danvet/drm-intel/ Alan Stern ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman

Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-27 Thread Alan Stern
On Mon, 27 Jan 2014, Daniel Vetter wrote: On Tue, Jan 14, 2014 at 3:43 PM, Alan Stern st...@rowland.harvard.edu wrote: Don't bother. I'll redo it using the drm-intel-nightly branch, but I won't have time for a few days. My apologies for the delay in getting around to this. Can you please

Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-27 Thread Alan Stern
On Mon, 27 Jan 2014, Daniel Vetter wrote: On Mon, Jan 27, 2014 at 11:05:47AM -0500, Alan Stern wrote: On Mon, 27 Jan 2014, Daniel Vetter wrote: By the way, I tried getting an up-to-date version of your drm-intel-nightly branch, and ended up with the following: $ git clone

Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-14 Thread Alan Stern
On Tue, 14 Jan 2014, Daniel Vetter wrote: On Mon, Jan 13, 2014 at 03:16:42PM -0500, Alan Stern wrote: On Wed, 8 Jan 2014, Daniel Vetter wrote: On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote: On Wed, 8 Jan 2014, Daniel Vetter wrote: On Wed, Jan 08, 2014 at 11:08

Re: [Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-13 Thread Alan Stern
On Wed, 8 Jan 2014, Daniel Vetter wrote: On Wed, Jan 08, 2014 at 01:34:02PM -0500, Alan Stern wrote: On Wed, 8 Jan 2014, Daniel Vetter wrote: On Wed, Jan 08, 2014 at 11:08:08AM -0500, Alan Stern wrote: On Tue, 7 Jan 2014, Daniel Vetter wrote: I really want users to report

[Intel-gfx] Excessive WARN()s in Intel 915 driver

2014-01-09 Thread Alan Stern
. Or is this a genuine, fixable, software bug? In any case, wouldn't it be good enough for this message to be dev_warn() instead of WARN()? Alan Stern ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel