On error, this represents the state of the currently running context at
the time it was loaded.
Unfortunately, since we're hung and can't switch out the context this
may not tell us too much about the most current state of the context,
but does give clues about what has happened since loading.
Th
Yeah, I completely agree with you. This is the reason of that
separated 2 lines patch 8/8.
On Mon, Mar 4, 2013 at 8:27 PM, Daniel Vetter wrote:
> On Thu, Feb 28, 2013 at 08:02:18PM +0200, Ville Syrjälä wrote:
>> On Thu, Feb 28, 2013 at 02:52:32PM -0300, Paulo Zanoni wrote:
>> > Hi
>> >
>> > 2013/
On Thu, Feb 28, 2013 at 08:02:18PM +0200, Ville Syrjälä wrote:
> On Thu, Feb 28, 2013 at 02:52:32PM -0300, Paulo Zanoni wrote:
> > Hi
> >
> > 2013/2/25 Rodrigo Vivi :
> > > PSR is an eDP feature that allows power saving even with static image at
> > > eDP screen.
> > >
> > > v3: Accepted many sug
Hi all,
Today's linux-next merge of the drm-intel tree got conflicts in
drivers/gpu/drm/i915/intel_hdmi.c and drivers/gpu/drm/i915/intel_sdvo.c
between commit 18316c8c39a8 ("drm: Remove duplicate drm_mode_cea_vic()")
from Linus' tree and commit 4f3a8bc7ba6e ("drm/i915: rename some HDMI bit
definit
On Tue, Feb 19, 2013 at 04:19:52PM -0300, Paulo Zanoni wrote:
> Hi
>
> 2013/2/19 Daniel Vetter :
> > On Mon, Feb 18, 2013 at 07:00:27PM -0300, Paulo Zanoni wrote:
> >> From: Paulo Zanoni
> >>
> >> Some HDMI registers can be used for SDVO, so saying "HDMIB" should be
> >> the same as saying "SDVOB
This is used way too often in the enable/disable paths. And will
be even more useful in the future.
Note that correct semantics of this change highly depend upon
correct updating of intel_crtc->config: Like with all other
modeset state, we need to call ->disable with the old config,
but ->mode_set
On Tue, Feb 19, 2013 at 06:17:09PM -0300, Paulo Zanoni wrote:
> Hi
>
> 2013/2/19 Jesse Barnes :
> > Commented out and unneeded.
>
> Oh, "DRM: i915: add mode setting support" added it, already commented.
>
> >
> > Signed-off-by: Jesse Barnes
>
> Reviewed-by: Paulo Zanoni
Queued for -next, tha
On error, this represents the state of the currently running context at
the time it was loaded.
Unfortunately, since we're hung and can't switch out the context this
may not tell us too much about the most current state of the context,
but does give clues about what has happened since loading.
Th
On Sun, Feb 24, 2013 at 06:10:02PM -0800, Ben Widawsky wrote:
> On error, this represents the state of the currently running context at
> the time it was loaded.
>
> Unfortunately, since we're hung and can't switch out the context this
> may not tell us too much about the most current state of the
On Fri, Mar 01, 2013 at 01:14:05PM -0800, Jesse Barnes wrote:
> Need to make sure sprites are disabled before shutting off a pipe.
But we don't actually turn them off anywhere, do we?
>
> Signed-off-by: Jesse Barnes
> ---
> drivers/gpu/drm/i915/intel_display.c | 20
> 1
On Fri, Mar 01, 2013 at 01:14:04PM -0800, Jesse Barnes wrote:
> No constant alpha yet though, that needs a new ioctl and/or property to
> get/set.
>
> Signed-off-by: Jesse Barnes
> ---
> drivers/gpu/drm/i915/i915_dma.c |4 +
> drivers/gpu/drm/i915/i915_drv.h |1 +
> drivers/gpu
Meh, forgotten to actually cc more lists ...
-Daniel
On Mon, Mar 4, 2013 at 6:49 PM, Daniel Vetter wrote:
> On Mon, Mar 4, 2013 at 6:11 PM, Chris Li wrote:
>> To recap, the black screen first show up after the ACPI change to use widows
>> 8
>> string. The i915_setmode function did not crash. Th
On Mon, Mar 04, 2013 at 03:34:07PM +0200, ville.syrj...@linux.intel.com wrote:
> From: Ville Syrjälä
>
> Signed-off-by: Ville Syrjälä
All four kms_flip patches applied, thanks a lot.
-Daniel
--
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch
_
On Thu, Feb 14, 2013 at 07:18:41PM +, Damien Lespiau wrote:
> http://cgit.freedesktop.org/~damien/intel-gpu-tools/log/?h=assembler-rebased
As agreed on IRC and after making sure the rework doesn't introduce
regressions in our existing shaders, I've finally merged this assembler
branch and mark
On Mon, 04 Mar 2013 10:43:03 +0200
Jani Nikula wrote:
> > +int valleyview_punit_read(struct drm_i915_private *dev_priv, u8 addr, u32
> > *val)
> > +{
> > + u32 cmd, devfn, opcode, port, be, bar;
> > +
> > + bar = 0;
> > + be = 0xf;
> > + port = IOSF_PORT_PUNIT;
> > + opcode = PUNIT_OPC
Mar 3 06:32:18 hp530 kernel: [20049.642823] [drm:i9xx_crtc_mode_set] *ERROR*
Couldn't find PLL settings for mode!
Mar 3 06:32:18 hp530 kernel: [20049.642836] [ cut here
]
Mar 3 06:32:18 hp530 kernel: [20049.642877] WARNING: at
drivers/gpu/drm/i915/intel_display.c:7877
On Mon, Mar 04, 2013 at 09:24:38AM -0500, Egbert Eich wrote:
> On G45 some low res modes (800x600 and 1024x768) produce a blank
> screen when the display plane is enabled with with cursor plane
> off.
> Experiments showed that this issue occurred when the following
> conditions were met:
> a. a pre
On G45 some low res modes (800x600 and 1024x768) produce a blank
screen when the display plane is enabled with with cursor plane
off.
Experiments showed that this issue occurred when the following
conditions were met:
a. a previous mode had the cursor plane enabled (Xserver).
b. this mode or the pr
On Sun, Mar 03, 2013 at 07:01:12PM +0100, Daniel Vetter wrote:
> On Fri, Feb 22, 2013 at 03:51:15PM +0200, Ville Syrjälä wrote:
> > On Fri, Feb 22, 2013 at 12:56:47AM +0100, Daniel Vetter wrote:
> > > Only used by the lvds encoder. Note that we shouldn't do the same
> > > simple conversion with the
On Sun, Mar 03, 2013 at 05:28:52PM +0100, Daniel Vetter wrote:
> On Fri, Mar 01, 2013 at 08:32:57PM +0200, ville.syrj...@linux.intel.com wrote:
> > From: Ville Syrjälä
> >
> > Currently all scanout buffers must be uncached because the
> > display controller doesn't snoop the LLC. SNB introduced a
On Mon, Mar 04, 2013 at 03:51:11PM +0200, Ville Syrjälä wrote:
> On Sun, Mar 03, 2013 at 05:39:09PM +, Chris Wilson wrote:
> > On Sun, Mar 03, 2013 at 05:28:52PM +0100, Daniel Vetter wrote:
> > > The other thing was that I didn't manage to get things to work properly,
> > > leaving some random
On Sun, Mar 03, 2013 at 05:39:09PM +, Chris Wilson wrote:
> On Sun, Mar 03, 2013 at 05:28:52PM +0100, Daniel Vetter wrote:
> > The other thing was that I didn't manage to get things to work properly,
> > leaving some random cachline dirt on the screen. Looking at your code, you
> > add the gfdt
From: Ville Syrjälä
Signed-off-by: Ville Syrjälä
---
tests/kms_flip.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index 0da40d3..902ac31 100644
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -489,8 +489,8 @@ static void recreate_fb(s
From: Ville Syrjälä
flip-vs-bad-tiling tests that page flipping to a Y-tiled buffer returns
an error correctly, rather than triggering kernel BUG for instance.
Create a third fb for this purpose. After the fb has been created,
change its tiling mode to Y. When performing a flip, target this
Y-ti
This new test 'flip-vs-bad-tiling' will trigger the pin_count underflow
BUG in the kernel due to page flip clobbering the crtc->fb pointer when
queue_flip fails. With the kernel fix applied the test completes
succesfully.
I also included a small fix for a use-after-free bug I spotted.
On Sun, Mar 03, 2013 at 07:52:33PM +0100, Daniel Vetter wrote:
> On Fri, Feb 22, 2013 at 03:13:00PM +, Chris Wilson wrote:
> > On Fri, Feb 22, 2013 at 04:53:38PM +0200, ville.syrj...@linux.intel.com
> > wrote:
> > > From: Ville Syrjälä
> > >
> > > Restore crtc->fb to the old framebuffer if q
Dear intel-gfx folks,
Am Montag, den 04.03.2013, 12:22 +0200 schrieb Jani Nikula:
> The more the merrier.
>
> Signed-off-by: Jani Nikula
> ---
> lib/intel_reg.h |5 +
> tools/intel_reg_dumper.c |5 +
> 2 files changed, 10 insertions(+)
>
> diff --git a/lib/intel_reg.h
The more the merrier.
Signed-off-by: Jani Nikula
---
lib/intel_reg.h |5 +
tools/intel_reg_dumper.c |5 +
2 files changed, 10 insertions(+)
diff --git a/lib/intel_reg.h b/lib/intel_reg.h
index 99d97bb..db07064 100644
--- a/lib/intel_reg.h
+++ b/lib/intel_reg.h
@@ -3465,
On Fri, 01 Mar 2013, Jesse Barnes wrote:
> Slightly different than other platforms.
>
> Signed-off-by: Jesse Barnes
> ---
> drivers/gpu/drm/i915/i915_drv.h |2 ++
> drivers/gpu/drm/i915/i915_reg.h | 22
> drivers/gpu/drm/i915/intel_pm.c | 74
> ++
29 matches
Mail list logo