[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread David Woodhouse
ia X) then userspace will never bother with comparing types and choosing the sanest backlight to use. See https://bugzilla.redhat.com/show_bug.cgi?id=752595 -- dwmw2 -- next part -- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 6171 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120914/9074d256/attachment.bin>

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Fri, Sep 14, 2012 at 7:50 AM, Ville Syrj?l? wrote: > On Thu, Sep 13, 2012 at 11:35:59AM -0500, Rob Clark wrote: >> On Thu, Sep 13, 2012 at 9:29 AM, Ville Syrj?l? >> wrote: >> > On Thu, Sep 13, 2012 at 08:39:54AM -0500, Rob Clark wrote: >> >> On Thu, Sep 13, 2012 at 3:40 AM, Ville Syrj?l? >> >>

[Bug 51652] [6550D SUMO] problems with secondar monitor on VGA, causing GPU lockups

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=51652 --- Comment #4 from okias 2012-09-14 13:26:32 UTC --- to picture - I tested rc2 and I accidantally discovered, that it's because OpenGL Kwin, after deactivating affects it's ok. So some git mesa update... -- Configure bugmail: https://bugs.free

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 14:12:19 +0100, David Woodhouse wrote: > On Fri, 2012-09-14 at 14:09 +0100, Grant Likely wrote: > > On Fri, Sep 14, 2012 at 2:01 PM, Chris Wilson > > wrote: > > > On Fri, 14 Sep 2012 13:57:06 +0100, Grant Likely > > secretlab.ca> wrote: > > >> Some platforms (for instance M

Memory eviction in ttm

2012-09-14 Thread Maarten Lankhorst
Op 14-09-12 12:50, Thomas Hellstr?m schreef: > Hi Maarten! > > Broadening the audience a bit.. > > On 9/14/12 9:12 AM, Maarten Lankhorst wrote: >> Op 13-09-12 23:00, Thomas Hellstrom schreef: >>> On 09/13/2012 07:13 PM, Maarten Lankhorst wrote: Hey Op 13-09-12 18:41, Thomas Hellstrom

[Bug 54877] [bisected] rendering corrupted for windows larger than 2048 pixels in one dimension

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54877 --- Comment #4 from Alex Deucher 2012-09-14 13:47:19 UTC --- (In reply to comment #3) > (In reply to comment #2) > > Created attachment 67121 [details] [review] [review] > > fix > > > > This fixes it. I need to find out how the quant mode affe

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread Matthew Garrett
On Fri, Sep 14, 2012 at 01:57:06PM +0100, Grant Likely wrote: > Tested on MacbookPro8,3. Without this patch both the intel_backlight and > gmux_backlight devices get registered and userspace doesn't know which > it should use. Userspace should be figuring out which one to use from the type field.

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Chris Wilson
On Wed, 12 Sep 2012 18:47:07 +0300, ville.syrjala at linux.intel.com wrote: > +static void intel_flip_finish(struct drm_flip *flip) > +{ > + struct intel_flip *intel_flip = > + container_of(flip, struct intel_flip, base); > + struct drm_device *dev = intel_flip->crtc->dev; > + >

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 08:25:53AM -0500, Rob Clark wrote: > On Fri, Sep 14, 2012 at 7:50 AM, Ville Syrj?l? > wrote: > > On Thu, Sep 13, 2012 at 11:35:59AM -0500, Rob Clark wrote: > >> On Thu, Sep 13, 2012 at 9:29 AM, Ville Syrj?l? > >> wrote: > >> > On Thu, Sep 13, 2012 at 08:39:54AM -0500, Rob

[Bug 54767] [r300g] 298 failures on WebGL Conformance Test

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54767 --- Comment #2 from Tomasz P. 2012-09-14 14:05:25 UTC --- Forgot to add. I have compiled withtexture npot video enabled in r300_screen.c During test there was few errors in konsole. r300 FP: Compiler Error: compiler/r300_fragprog_emit.c::trans

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 02:57:26PM +0100, Chris Wilson wrote: > On Wed, 12 Sep 2012 18:47:07 +0300, ville.syrjala at linux.intel.com wrote: > > +static void intel_flip_finish(struct drm_flip *flip) > > +{ > > + struct intel_flip *intel_flip = > > + container_of(flip, struct intel_flip,

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 17:21:30 +0300, Ville Syrj??l?? wrote: > On Fri, Sep 14, 2012 at 02:57:26PM +0100, Chris Wilson wrote: > > On Wed, 12 Sep 2012 18:47:07 +0300, ville.syrjala at linux.intel.com wrote: > > > +static void intel_flip_finish(struct drm_flip *flip) > > > +{ > > > + struct intel_flip

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread David Woodhouse
hat. -- dwmw2 -- next part -- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 6171 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120914/8ac6eb8d/attachment.bin>

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread Matthew Garrett
On Fri, Sep 14, 2012 at 03:29:14PM +0100, David Woodhouse wrote: > On Fri, 2012-09-14 at 14:48 +0100, Matthew Garrett wrote: > > On Fri, Sep 14, 2012 at 01:57:06PM +0100, Grant Likely wrote: > > > > > Tested on MacbookPro8,3. Without this patch both the intel_backlight and > > > gmux_backlight dev

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Fri, Sep 14, 2012 at 8:58 AM, Ville Syrj?l? wrote: > On Fri, Sep 14, 2012 at 08:25:53AM -0500, Rob Clark wrote: >> On Fri, Sep 14, 2012 at 7:50 AM, Ville Syrj?l? >> wrote: >> > On Thu, Sep 13, 2012 at 11:35:59AM -0500, Rob Clark wrote: >> >> On Thu, Sep 13, 2012 at 9:29 AM, Ville Syrj?l? >> >>

[Bug 34874] --enable-shared-glapi breaks apps

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=34874 Andreas Boll changed: What|Removed |Added AssignedTo|dri-devel at lists.freedesktop |mesa-dev at lists.freedesktop.

xserver-xorg-video-radeon 6.14.4: X has constant 10 % CPU usage

2012-09-14 Thread Michel Dänzer
On Mit, 2012-09-12 at 15:29 +0200, Paul Menzel wrote: > Am Dienstag, den 11.09.2012, 15:24 +0200 schrieb Michel D?nzer: > > On Die, 2012-09-11 at 15:07 +0200, Paul Menzel wrote: > > > Am Dienstag, den 11.09.2012, 14:55 +0200 schrieb Michel D?nzer: > > > > On Die, 2012-09-11 at 14:42 +0200, Paul Me

[Bug 47481] Random blank screen: radeon_cs_ib_chunk Failed to schedule IB on AMD PALM

2012-09-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=47481 Anisse Astier changed: What|Removed |Added Regression|No |Yes -- Configure bugmail: https://bu

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 03:27:05PM +0100, Chris Wilson wrote: > On Fri, 14 Sep 2012 17:21:30 +0300, Ville Syrj?l? linux.intel.com> wrote: > > On Fri, Sep 14, 2012 at 02:57:26PM +0100, Chris Wilson wrote: > > > On Wed, 12 Sep 2012 18:47:07 +0300, ville.syrjala at linux.intel.com > > > wrote: > > >

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Daniel Vetter
On Fri, Sep 14, 2012 at 5:30 PM, Ville Syrj?l? wrote: > intel_pipe_set_base() won't disable the pipe or change the size, > it'll just flip the primary plane. So that doesn't quite explain > why the call is there, as opposed to being called just from the > full modeset path. intel_pipe_set_base is

[Bug 31708] [RADEON:KMS:TTM] kernel oops when loading large images with firefox

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31708 --- Comment #17 from Reiner 2012-09-14 15:42:47 UTC --- Created attachment 67172 --> https://bugs.freedesktop.org/attachment.cgi?id=67172 kern.log NULL pointer dereference bug Thanks Michel. Here is kern.log re the bug that occurred when loadi

[Intel-gfx] [pull] drm-intel-next

2012-09-14 Thread Daniel Vetter
On Fri, Sep 14, 2012 at 09:55:58AM -0400, Bobby Powers wrote: > This tree gives me recursive dependency problems, which ends up > removing a big (& important) part of my .config: > > [bpowers at fina linux]$ git reset --hard drm-intel-next-2012-09-09 > HEAD is now at e04190e drm/fb helper: don't c

[Bug 31708] [RADEON:KMS:TTM] kernel oops when loading large images with firefox

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=31708 --- Comment #18 from Reiner 2012-09-14 15:48:27 UTC --- Created attachment 67175 --> https://bugs.freedesktop.org/attachment.cgi?id=67175 kern.log unable to handle kernel paging request bug This Oops occurred also while Firefox was rendering s

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 09:45:18AM -0500, Rob Clark wrote: > On Fri, Sep 14, 2012 at 8:58 AM, Ville Syrj?l? > wrote: > > On Fri, Sep 14, 2012 at 08:25:53AM -0500, Rob Clark wrote: > >> On Fri, Sep 14, 2012 at 7:50 AM, Ville Syrj?l? > >> wrote: > >> > On Thu, Sep 13, 2012 at 11:35:59AM -0500, Rob

[Bug 54767] [r300g] 298 failures on WebGL Conformance Test

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=54767 --- Comment #3 from Marek Ol??k 2012-09-14 15:51:21 UTC --- r300 cannot pass some of the tests, because the hardware is too limited (some features cannot be implemented on r300), while other features may produce slightly different results due to

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 05:39:30PM +0200, Daniel Vetter wrote: > On Fri, Sep 14, 2012 at 5:30 PM, Ville Syrj?l? > wrote: > > intel_pipe_set_base() won't disable the pipe or change the size, > > it'll just flip the primary plane. So that doesn't quite explain > > why the call is there, as opposed t

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 18:30:21 +0300, Ville Syrj??l?? wrote: > On Fri, Sep 14, 2012 at 03:27:05PM +0100, Chris Wilson wrote: > > On Fri, 14 Sep 2012 17:21:30 +0300, Ville Syrj??l?? > linux.intel.com> wrote: > > > On Fri, Sep 14, 2012 at 02:57:26PM +0100, Chris Wilson wrote: > > > > On Wed, 12 Sep 2

[RFC][PATCH 4/4] drm: i915: Atomic pageflip WIP

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 04:56:00PM +0100, Chris Wilson wrote: > On Fri, 14 Sep 2012 18:30:21 +0300, Ville Syrj?l? linux.intel.com> wrote: > > On Fri, Sep 14, 2012 at 03:27:05PM +0100, Chris Wilson wrote: > > > On Fri, 14 Sep 2012 17:21:30 +0300, Ville Syrj?l? > > linux.intel.com> wrote: > > > > O

[PATCH] i915: Don't register backlight when max PWM value is unknown

2012-09-14 Thread Daniel Vetter
On Fri, Sep 14, 2012 at 04:34:28PM +0100, Grant Likely wrote: > When a backlight isn't connected to the i915 it doesn't make any sense > to register the backlight device, but the driver currently tries to limp > along using a max brightness value of 1. Instead, this patch makes it so > that if the

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Fri, Sep 14, 2012 at 10:48 AM, Ville Syrj?l? wrote: > On Fri, Sep 14, 2012 at 09:45:18AM -0500, Rob Clark wrote: >> On Fri, Sep 14, 2012 at 8:58 AM, Ville Syrj?l? >> wrote: >> > On Fri, Sep 14, 2012 at 08:25:53AM -0500, Rob Clark wrote: >> >> On Fri, Sep 14, 2012 at 7:50 AM, Ville Syrj?l? >> >

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 11:29:04AM -0500, Rob Clark wrote: > On Fri, Sep 14, 2012 at 10:48 AM, Ville Syrj?l? > wrote: > > On Fri, Sep 14, 2012 at 09:45:18AM -0500, Rob Clark wrote: > >> On Fri, Sep 14, 2012 at 8:58 AM, Ville Syrj?l? > >> wrote: > >> > On Fri, Sep 14, 2012 at 08:25:53AM -0500, Rob

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Fri, Sep 14, 2012 at 12:02 PM, Ville Syrj?l? wrote: > On Fri, Sep 14, 2012 at 11:29:04AM -0500, Rob Clark wrote: >> On Fri, Sep 14, 2012 at 10:48 AM, Ville Syrj?l? >> wrote: >> > On Fri, Sep 14, 2012 at 09:45:18AM -0500, Rob Clark wrote: >> >> On Fri, Sep 14, 2012 at 8:58 AM, Ville Syrj?l? >>

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Ville Syrjälä
On Fri, Sep 14, 2012 at 12:34:59PM -0500, Rob Clark wrote: > On Fri, Sep 14, 2012 at 12:02 PM, Ville Syrj?l? > wrote: > > On Fri, Sep 14, 2012 at 11:29:04AM -0500, Rob Clark wrote: > >> On Fri, Sep 14, 2012 at 10:48 AM, Ville Syrj?l? > >> wrote: > >> > On Fri, Sep 14, 2012 at 09:45:18AM -0500, Ro

[Intel-gfx] [pull] drm-intel-next

2012-09-14 Thread Paulo Zanoni
Hi 2012/9/14 Daniel Vetter : > On Fri, Sep 14, 2012 at 09:55:58AM -0400, Bobby Powers wrote: >> This tree gives me recursive dependency problems, which ends up >> removing a big (& important) part of my .config: >> >> [bpowers at fina linux]$ git reset --hard drm-intel-next-2012-09-09 >> HEAD is n

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
It's the same situation as flink and we need take the same pre-cautions. --- intel/intel_bufmgr_gem.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_bufmgr_gem.c index 3bcc849..92c0444 100644 --- a/intel/intel_bufmgr_gem.c +++ b

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H??gsberg wrote: > It's the same situation as flink and we need take the same pre-cautions. > --- > intel/intel_bufmgr_gem.c |8 +++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/intel/intel_bufmgr_gem.c b/intel/intel_buf

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H?gsberg > wrote: >> It's the same situation as flink and we need take the same pre-cautions. >> --- >> intel/intel_bufmgr_gem.c |8 +++- >> 1 file changed, 7 insertions(+), 1 deletion(-

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Chris Wilson
On Fri, 14 Sep 2012 17:01:18 -0400, Kristian H??gsberg wrote: > On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson > wrote: > > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H??gsberg > bitplanet.net> wrote: > >> It's the same situation as flink and we need take the same pre-cautions. > >> --- > >>

[Bug 46241] Resume to black screen on AMD A8-3500m/Radeon 6620G

2012-09-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=46241 --- Comment #7 from Alex Deucher 2012-09-14 21:11:57 --- This should be fixed in my drm-next-3.7-wip branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.7-wip -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?t

[Bug 43829] Resuming my AMD A4-3300 based laptop leaves the screen black

2012-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43829 --- Comment #9 from Alex Deucher 2012-09-04 13:07:53 UTC --- *** Bug 54484 has been marked as a duplicate of this bug. *** --- Comment #10 from Alex Deucher 2012-09-14 21:12:11 UTC --- This should be fixed in my drm-next-3.7-wip branch: http:

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Jesse Barnes
On Wed, 12 Sep 2012 21:58:31 +0300 Ville Syrj?l? wrote: > On Wed, Sep 12, 2012 at 01:00:19PM -0500, Clark, Rob wrote: > > On Wed, Sep 12, 2012 at 12:27 PM, Ville Syrj?l? > > wrote: > > > On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob Clark wrote: > > >> But I think we could still do this w/ one i

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Fri, Sep 14, 2012 at 4:14 PM, Jesse Barnes wrote: > On Wed, 12 Sep 2012 21:58:31 +0300 > Ville Syrj?l? wrote: > >> On Wed, Sep 12, 2012 at 01:00:19PM -0500, Clark, Rob wrote: >> > On Wed, Sep 12, 2012 at 12:27 PM, Ville Syrj?l? >> > wrote: >> > > On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Fri, Sep 14, 2012 at 1:23 PM, Ville Syrj?l? wrote: > On Fri, Sep 14, 2012 at 12:34:59PM -0500, Rob Clark wrote: >> On Fri, Sep 14, 2012 at 12:02 PM, Ville Syrj?l? >> wrote: >> > On Fri, Sep 14, 2012 at 11:29:04AM -0500, Rob Clark wrote: >> >> On Fri, Sep 14, 2012 at 10:48 AM, Ville Syrj?l? >>

[PULL] SH Mobile DRM driver for v3.7

2012-09-14 Thread Alan Cox
On Fri, 14 Sep 2012 15:05:44 +0200 Laurent Pinchart wrote: > Hi Alan, > > On Friday 14 September 2012 13:47:33 Alan Cox wrote: > > On Fri, 14 Sep 2012 14:38:10 +0200 Laurent Pinchart wrote: > > > Hi Dave, > > > > > > The SH Mobile DRM driver is now (in my opinion) ready for mainline. It > > > r

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Rob Clark
On Thu, Sep 13, 2012 at 11:35 AM, Rob Clark wrote: > note that the test phase doesn't need vblank events, and also > shouldn't -EBUSY if there is still a pending flip[*], so I'd propose > that however we go about pageflip (one super-ioctl, or one per crtc), > we could use the atomic-modeset ioctl

[PATCH] intel: Mark bo's exported to prime as not reusable

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 5:03 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 17:01:18 -0400, Kristian H?gsberg > wrote: >> On Fri, Sep 14, 2012 at 4:40 PM, Chris Wilson >> wrote: >> > On Fri, 14 Sep 2012 16:37:53 -0400, Kristian H?gsberg > > bitplanet.net> wrote: >> >> It's the same situation a

[PATCH 3/6] staging: drm/imx: add i.MX IPUv3 base driver

2012-09-14 Thread Dirk Behme
On 12.09.2012 12:31, Sascha Hauer wrote: > The IPU is the Image Processing Unit found on i.MX51/53/6 SoCs. It > features several units for image processing, this patch adds support > for the units needed for Framebuffer support, namely: > > - Display Controller (dc) > - Display Interface (di) > -

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread Grant Likely
On Fri, Sep 14, 2012 at 2:01 PM, Chris Wilson wrote: > On Fri, 14 Sep 2012 13:57:06 +0100, Grant Likely secretlab.ca> wrote: >> Some platforms (for instance MacbookPros) have custom backlight drivers >> and don't use the integrated i915 backlight control. This patch adds a >> quirk to disable re

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread Grant Likely
Some platforms (for instance MacbookPros) have custom backlight drivers and don't use the integrated i915 backlight control. This patch adds a quirk to disable registering the intel backlight when unused on a platform. Tested on MacbookPro8,3. Without this patch both the intel_backlight and gmux_b

[PATCH] i915: Quirk out disconnected backlight

2012-09-14 Thread Grant Likely
On Fri, Sep 14, 2012 at 2:12 PM, David Woodhouse wrote: > On Fri, 2012-09-14 at 14:09 +0100, Grant Likely wrote: >> On Fri, Sep 14, 2012 at 2:01 PM, Chris Wilson >> wrote: >> > On Fri, 14 Sep 2012 13:57:06 +0100, Grant Likely > > secretlab.ca> wrote: >> >> Some platforms (for instance MacbookPro

[Intel-gfx] [pull] drm-intel-next

2012-09-14 Thread Bobby Powers
ation > > Paulo Zanoni (3): > drm/i915: add gen7_render_ring_flush > drm/i915: add workarounds directly to gen6_render_ring_flush > drm/i915: add workarounds to gen7_render_ring_flush > > -- > Daniel Vetter > Software Engineer, Intel Corporation > +41 (0) 79 365 57 48

[PATCH] i915: Don't register backlight when max PWM value is unknown

2012-09-14 Thread Grant Likely
When a backlight isn't connected to the i915 it doesn't make any sense to register the backlight device, but the driver currently tries to limp along using a max brightness value of 1. Instead, this patch makes it so that if the maximum PWM value cannot be determined, then the backlight will not be

[PATCH] Sync the mode flags for the stereo 3D formats

2012-09-14 Thread Kristian Høgsberg
On Wed, Sep 12, 2012 at 06:47:56PM +0100, Damien Lespiau wrote: > From: Damien Lespiau > > Signed-off-by: Damien Lespiau > --- > include/drm/drm_mode.h | 35 +-- > xf86drmMode.h | 35 +-- > 2 files changed, 42 insertions(+

[PATCH 2/2] tests/testdisplay: Test the stereo 3D modes

2012-09-14 Thread Kristian Høgsberg
On Wed, Sep 12, 2012 at 06:48:19PM +0100, Damien Lespiau wrote: > From: Damien Lespiau > > Now that modes have flags to describe which 3d formats the sink > supports, it's time to test them. > > The new test cycles through the supported 3D formats and paint 3D > stereoscopic images taken from pu

[PATCH v3] of: Add videomode helper

2012-09-14 Thread Steffen Trumtrar
This patch adds a helper function for parsing videomodes from the devicetree. The videomode can be either converted to a struct drm_display_mode or a struct fb_videomode. Signed-off-by: Sascha Hauer Signed-off-by: Steffen Trumtrar --- Hi! The original patch was done by Sascha Hauer. I reworked

[PATCH] Add 2-level GPUVM pagetables support to radeon driver.

2012-09-14 Thread Dmitry Cherkassov
Michel, > E.g. reflect from Mesa Demos wasn't able to sustain 60 fps in > fullscreen. > I've tried reflect with my patches on cayman and it sustained 60 fps in maximized window @ 1680x1080 I'll test when i have tahiti machine ready. -- With best regards, Dmitry

[PATCH 1/2] drm/radeon: refactor set_page chipset interface v2

2012-09-14 Thread Dmitry Cherkasov
From: Christian K?nig Cleanup the interface in preparation for hierarchical page tables. v2: * add incr parameter to set_page for simple scattered PTs uptates * added PDE-specific flags to r600_flags and radeon_drm.h * removed superflous value masking with 0x Signed-off-by: Chris

[PATCH 2/2] Add 2-level GPUVM pagetables support to radeon driver. v2

2012-09-14 Thread Dmitry Cherkasov
PDE/PTE update code uses CP ring for memory writes. All page table entries are preallocated for now in alloc_pt(). It is made as whole because it's hard to divide it to several patches that compile and doesn't break anything being applied separately. Tested on cayman card. v2 changes: * rebased

[RFC 0/9] nuclear pageflip

2012-09-14 Thread Kristian Høgsberg
On Fri, Sep 14, 2012 at 5:14 PM, Jesse Barnes wrote: > On Wed, 12 Sep 2012 21:58:31 +0300 > Ville Syrj?l? wrote: > >> On Wed, Sep 12, 2012 at 01:00:19PM -0500, Clark, Rob wrote: >> > On Wed, Sep 12, 2012 at 12:27 PM, Ville Syrj?l? >> > wrote: >> > > On Wed, Sep 12, 2012 at 10:48:16AM -0500, Rob

<    1   2