[PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-15 Thread Ralf Baechle
On Sat, Aug 11, 2012 at 05:32:18PM +0800, Huacai Chen wrote: > Subject: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = > 16KB). But your code doesn't define it just for Loongsson as the log message claims but rather for all MIPS. > diff --git a/include/drm/drm_sarea.h b/include

[Bug 53512] kernel rejects cs in quake wars

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53512 --- Comment #2 from Andy Furniss 2012-08-15 23:21:19 UTC --- (In reply to comment #0) > After a while the picture gets totally garbled, and 'kernel rejected CS, see > dmesg' messages are printed in mass quantity to the console. Nothing in dmesg,

[PATCH v3 1/3] Rename i2f() to int2float(), and make it global so one copy can be removed.

2012-08-15 Thread Steven Fuerst
Remove the copy of i2f() in r600_blit_kms.c We rename the function to something longer now that it is a global symbol. This reduces the likelyhood of unintended clashes later. This might be a candidate for inclusion inside general drm infrastructure. However, at the moment only the radeon driver

[PATCHv8 23/26] v4l: vb2: add support for DMA_ATTR_NO_KERNEL_MAPPING

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:53 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Signed-off-by: Marek Szyprowski > --- > drivers/media/video/atmel-isi.c |2 +- > drivers/media/video/blackfin/bfin_capture.c |2 +- > drivers/media

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #34 from Alexander E. Patrakov 2012-08-16 05:34:28 UTC --- In the acpidump output, there is ATRM method. I will try to add debug printks to radeon_atrm_call() and report back. -- Configure bugmail: https://bugs.freedesktop.org/use

[PATCHv8 22/26] media: vb2: fail if user ptr buffer is not correctly aligned

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:52 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Signed-off-by: Marek Szyprowski > --- > drivers/media/video/videobuf2-dma-contig.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/drivers/media/

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2012-08-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=29022 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 28902] activated KMS leads to complete freeze when viewing BIG images in Iceweasel

2012-08-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=28902 Alan changed: What|Removed |Added CC||alan at lxorguk.ukuu.org.uk Kernel Version|2.

[PATCHv8 21/26] v4l: vb2-dma-contig: add reference counting for a device from allocator context

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:51 Tomasz Stanislawski wrote: > This patch adds taking reference to the device for MMAP buffers. > > Such buffers, may be exported using DMABUF mechanism. If the driver that > created a queue is unloaded then the queue is released,

[git pull] more drm fixes

2012-08-15 Thread Dave Airlie
Just some intel and nouveau ones this time, intel has more edp panel fixes for macbooks and nouveau has a suspend/resume regression fix in there. Dave. The following changes since commit 7bac6b46607f2f44075cb45dd5b0b4d2e7c80695: Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~a

[Bug 43207] radeon driver on HD6570 shows pixel noise

2012-08-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=43207 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #23 from Alexandre Demers 2012-08-15 21:13:54 UTC --- If it doesn't fix the bug for Kunal, does it means bug 43655 is not a duplicate of this one? If so, both bugs should be unlinked and attachment 64759 should be assigned as a fix f

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53490 --- Comment #11 from Joeri Capens 2012-08-15 21:11:54 UTC --- Created attachment 65617 --> https://bugs.freedesktop.org/attachment.cgi?id=65617 Portal 2 screenshot - Linux GIT -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53490 --- Comment #10 from Joeri Capens 2012-08-15 21:10:52 UTC --- I actually already tried that patch since I tried the last Linux GIT two days ago. Unfortunately it doesn't fix the problem. The screen corruption does look a bit different though, s

[PATCHv8 18/26] v4l: add buffer exporting via dmabuf

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:48 Tomasz Stanislawski wrote: > This patch adds extension to V4L2 api. It allow to export a mmap buffer as > file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset > used by mmap and return a file descriptor on

[PATCHv8 12/26] v4l: vb2-vmalloc: add support for dmabuf importing

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:42 Tomasz Stanislawski wrote: > This patch adds support for importing DMABUF files for > vmalloc allocator in Videobuf2. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park Acked-by: Laurent Pinchart -- Rega

[Linaro-mm-sig] [PATCHv8 10/26] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator

2012-08-15 Thread Laurent Pinchart
On Wednesday 15 August 2012 20:35:28 Laurent Pinchart wrote: > On Tuesday 14 August 2012 17:34:40 Tomasz Stanislawski wrote: > > From: Marek Szyprowski > > > > Add prepare/finish callbacks to vb2-dma-contig allocator. > > > > Signed-off-by: Marek Szyprowski > > As for v7, > > Laurent Pinchart

[PATCHv8 10/26] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:40 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Add prepare/finish callbacks to vb2-dma-contig allocator. > > Signed-off-by: Marek Szyprowski As for v7, Laurent Pinchart :-) > --- > drivers/media/video/videobuf2

[PATCHv8 06/26] v4l: vb2-dma-contig: remove reference of alloc_ctx from a buffer

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:36 Tomasz Stanislawski wrote: > This patch removes a reference to alloc_ctx from an instance of a DMA > contiguous buffer. It helps to avoid a risk of a dangling pointer if the > context is released while the buffer is still valid.

Re: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-15 Thread Huacai Chen
On Thu, Aug 16, 2012 at 9:58 AM, Matt Turner wrote: > On Sat, Aug 11, 2012 at 2:32 AM, Huacai Chen wrote: >> Signed-off-by: Huacai Chen >> Signed-off-by: Hongliang Tao >> Signed-off-by: Hua Yan >> Cc: dri-devel@lists.freedesktop.org >> --- >> include/drm/drm_sarea.h |2 ++ >> 1 files chan

[PATCH 1/5] drm/radeon/dce4+: don't use radeon_crtc for vblank callback

2012-08-15 Thread Jerome Glisse
On Wed, Aug 15, 2012 at 5:36 PM, wrote: > From: Alex Deucher > > This might be called before we've allocated the radeon_crtcs > > Signed-off-by: Alex Deucher For the series : Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/radeon/evergreen.c | 20 > 1 files changed

Re: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-15 Thread Matt Turner
On Sat, Aug 11, 2012 at 2:32 AM, Huacai Chen wrote: > Signed-off-by: Huacai Chen > Signed-off-by: Hongliang Tao > Signed-off-by: Hua Yan > Cc: dri-devel@lists.freedesktop.org > --- > include/drm/drm_sarea.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/

[PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-15 Thread Matt Turner
On Sat, Aug 11, 2012 at 2:32 AM, Huacai Chen wrote: > Signed-off-by: Huacai Chen > Signed-off-by: Hongliang Tao > Signed-off-by: Hua Yan > Cc: dri-devel at lists.freedesktop.org > --- > include/drm/drm_sarea.h |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/inclu

[PATCH 4/5] drm/radeon/r5xx-r7xx: don't use radeon_crtc for vblank callback (v2)

2012-08-15 Thread alexdeuc...@gmail.com
From: Alex Deucher This might be called before we've allocated the radeon_crtcs v2: fix typo in array size Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/rs600.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/rs600.c b/d

Re: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-15 Thread Huacai Chen
On Thu, Aug 16, 2012 at 5:31 AM, Ralf Baechle wrote: > On Sat, Aug 11, 2012 at 05:32:18PM +0800, Huacai Chen wrote: > >> Subject: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = >> 16KB). > > But your code doesn't define it just for Loongsson as the log message claims > but rather

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-08-15 Thread Paul Menzel
ytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/fae04649/attachment.pgp>

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #120 from Alexandre Demers 2012-08-16 00:38:42 UTC --- (In reply to comment #119) > (In reply to comment #118) > > Try the Mesa patches from > http://lists.freedesktop.org/archives/mesa-dev/2012-August/025715.html . Testing right n

[PATCH 5/5] drm/radeon: properly handle mc_stop/mc_resume on evergreen+

2012-08-15 Thread alexdeuc...@gmail.com
From: Alex Deucher - Stop the displays from accessing the FB - Block CPU access - Turn off MC client access This should fix issues some users have seen, especially with UEFI, when changing the MC FB location that result in hangs or display corruption. Signed-off-by: Alex Deucher --- drivers/g

[PATCH 4/5] drm/radeon/r5xx-r7xx: don't use radeon_crtc for vblank callback

2012-08-15 Thread alexdeuc...@gmail.com
From: Alex Deucher This might be called before we've allocated the radeon_crtcs Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/rs600.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/rs600.c b/drivers/gpu/drm/radeon/rs600.

[PATCH 3/5] drm/radeon/r1xx-r4xx: don't use radeon_crtc for vblank callback

2012-08-15 Thread alexdeuc...@gmail.com
From: Alex Deucher This might be called before we've allocated the radeon_crtcs Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r100.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index 8acb34

[PATCH 2/5] drm/radeon: clean up evergreen_get_vblank_counter

2012-08-15 Thread alexdeuc...@gmail.com
From: Alex Deucher Use the new offset array rather than open coding it. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 18 +++--- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/eve

[PATCH 1/5] drm/radeon/dce4+: don't use radeon_crtc for vblank callback

2012-08-15 Thread alexdeuc...@gmail.com
From: Alex Deucher This might be called before we've allocated the radeon_crtcs Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/

[Bug 53130] 99c65ba breaks rendering (flickery, eventual fail)

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53130 Marek Ol??k changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for LG SL80

2012-08-15 Thread Paul Menzel
ture.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/226f4568/attachment.pgp>

[PATCH] drm/i915: implement dma buf begin_cpu_access (v2)

2012-08-15 Thread Dave Airlie
From: Dave Airlie In order for udl vmap to work properly, we need to push the object into the CPU domain before we start copying the data to the USB device. This along with the udl change avoids userspace explicit mapping to be used. v2: add a flag for userspace to query to know if Intel kernel

Re: [PATCH 1/5] drm/radeon/dce4+: don't use radeon_crtc for vblank callback

2012-08-15 Thread Jerome Glisse
On Wed, Aug 15, 2012 at 5:36 PM, wrote: > From: Alex Deucher > > This might be called before we've allocated the radeon_crtcs > > Signed-off-by: Alex Deucher For the series : Reviewed-by: Jerome Glisse > --- > drivers/gpu/drm/radeon/evergreen.c | 20 > 1 files changed

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for Philips 32PFL5404H

2012-08-15 Thread Paul Menzel
ge part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/fe83d19d/attachment.pgp>

[Bug 53512] kernel rejects cs in quake wars

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53512 --- Comment #2 from Andy Furniss 2012-08-15 23:21:19 UTC --- (In reply to comment #0) > After a while the picture gets totally garbled, and 'kernel rejected CS, see > dmesg' messages are printed in mass quantity to the console. Nothing in dmesg,

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-15 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 06:15:48PM +0200, Daniel Vetter wrote: > Yet again the too close relationship between the fb helper and the > crtc helper code strikes. This time around the fb helper resets all > encoder->crtc pointers to NULL before starting to set up it's own > mode. Which is total bulloc

Re: [Linaro-mm-sig] [PATCH 4/4] dma-buf-mgr: multiple dma-buf synchronization (v3)

2012-08-15 Thread Daniel Vetter
Hi Maarten, Ok, here comes the promised review (finally!), but it's rather a high-level thingy. I've mostly thought about how we could create a neat api with the following points. For a bit of clarity, I've grouped the different considerations a bit. Easy Integration Where I mea

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #119 from Michel D?nzer 2012-08-15 16:07:30 UTC --- (In reply to comment #118) Try the Mesa patches from http://lists.freedesktop.org/archives/mesa-dev/2012-August/025715.html . -- Configure bugmail: https://bugs.freedesktop.org/u

Re: [PATCH 1/4] drm/i915: fix EDID memory leak in SDVO

2012-08-15 Thread Daniel Vetter
On Wed, Aug 15, 2012 at 12:32:36PM +0300, Jani Nikula wrote: > The EDID returned by drm_get_edid() was never freed. > > Signed-off-by: Jani Nikula Picked up for -fixes, thanks for the patch. -Daniel -- Daniel Vetter Mail: dan...@ffwll.ch Mobile: +41 (0)79 365 57 48 __

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 Kunal changed: What|Removed |Added Attachment #65604|application/octet-stream|text/x-log mime type|

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #22 from Kunal 2012-08-15 15:43:01 UTC --- Created attachment 65604 --> https://bugs.freedesktop.org/attachment.cgi?id=65604 dmesg output as of 15th Aug., 2012. dmesg output with new kernel with commit 81ee8fb6b52ec69eeed37fe79434

Re: [PATCH 1/7] drm/i915: Allow VGA on CRTC 2

2012-08-15 Thread Daniel Vetter
On Mon, Aug 13, 2012 at 09:34:45PM -0700, Keith Packard wrote: > This is left over from the old PLL sharing code and isn't useful now > that PLLs are shared when possible. > > Signed-off-by: Keith Packard Queued for -next, thanks for the patch. I'll hold off a bit on the others until it's a bit c

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #21 from Kunal 2012-08-15 15:41:05 UTC --- Unfortunately, this patch on its own doesn't fix the problem for me. :( I also noticed a new commit with reference to this bug in Linus' tree when I synced my git tree: http://git.kernel.or

[Bug 53544] Incorrect modeline due to incorrect EDID block for LG SL80 TV

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53544 --- Comment #4 from Paul Menzel 2012-08-15 15:31:41 UTC --- Patch sent to the dri-devel list [1]. [1] http://lists.freedesktop.org/archives/dri-devel/2012-August/026476.html -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

[PATCH 2/2] Expose the OMAP Z-Order property through DRM

2012-08-15 Thread Rob Clark
From: Andre Renaud Added support for zorder changes through DRM plane properties Signed-off-by: Andre Renaud Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_drv.h |1 + drivers/staging/omapdrm/omap_plane.c | 19 +++ 2 files changed, 20 insertions(+) diff --g

[PATCH 1/2] staging: drm/omap: add rotation properties

2012-08-15 Thread Rob Clark
From: Rob Clark Use tiled buffers for rotated/reflected scanout, with CRTC and plane properties as the interface for userspace to configure rotation. Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_crtc.c | 10 +++ drivers/staging/omapdrm/omap_dmm_tiler.c | 47 --

[PATCH 0/2] drm/omap: properties patches

2012-08-15 Thread Rob Clark
From: Rob Clark Re-sending the earlier rotation property patch, plus Andre's z-order property patch rebased on latest staging-next. Andre Renaud (1): Expose the OMAP Z-Order property through DRM Rob Clark (1): staging: drm/omap: add rotation properties drivers/staging/omapdrm/omap_crtc.c

[Bug 29022] [REGRESSION? 2.6.38-rc4] nouveau NV50/NVA8 screen freeze

2012-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=29022 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 28902] activated KMS leads to complete freeze when viewing BIG images in Iceweasel

2012-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=28902 Alan changed: What|Removed |Added CC||a...@lxorguk.ukuu.org.uk Kernel Version|2.6.3

[PATCH v3 3/3] Annotate int2float() as being a pure function.

2012-08-15 Thread Steven Fuerst
This allows gcc to fold duplicate calls into a single call. Since the current users do actually call it multiple times with the same arguments, this is an obvious win. Signed-off-by: Steven Fuerst --- drivers/gpu/drm/radeon/r600_blit.c |2 +- drivers/gpu/drm/radeon/r600_blit_shaders

[PATCH v3 2/3] Replace int2float() with an optimized version.

2012-08-15 Thread Steven Fuerst
We use __fls() to find the most significant bit. Using that, the loop can be avoided. A second trick is to use the behaviour of the rotate instructions to expand the range of the unsigned int to float conversion to the full 32 bits in a branchless way. The routine is now exact up to 2^24. Above

[PATCH v3 1/3] Rename i2f() to int2float(), and make it global so one copy can be removed.

2012-08-15 Thread Steven Fuerst
Remove the copy of i2f() in r600_blit_kms.c We rename the function to something longer now that it is a global symbol. This reduces the likelyhood of unintended clashes later. This might be a candidate for inclusion inside general drm infrastructure. However, at the moment only the radeon driver

[Bug 53544] Incorrect modeline due to incorrect EDID block for LG SL80 TV

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53544 --- Comment #3 from Paul Menzel 2012-08-15 15:03:41 UTC --- Here is the (decoded) EDID. $ ./edid-decode lg.edid Extracted contents: header: 00 ff ff ff ff ff ff 00 serial number: 1e 6d 01 00 01 01 01 01 02 13 version: 01 03

[Bug 43207] radeon driver on HD6570 shows pixel noise

2012-08-15 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=43207 Alan changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug 53544] Incorrect modeline due to incorrect EDID block for LG SL80 TV

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53544 --- Comment #2 from Paul Menzel 2012-08-15 15:01:55 UTC --- (In reply to comment #1) [?] > Just a test: > > bug 26294 > ticket 26294 > report 26294 > comment #26294#c20 > report 26294#c20 bug 26294 comment 20 should work [1]. [1] http://www

[PATCH 4/5] drm/radeon/r5xx-r7xx: don't use radeon_crtc for vblank callback (v2)

2012-08-15 Thread alexdeucher
From: Alex Deucher This might be called before we've allocated the radeon_crtcs v2: fix typo in array size Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/rs600.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/rs600.c b/d

[Bug 53544] Incorrect modeline due to incorrect EDID block for LG SL80 TV

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53544 Paul Menzel changed: What|Removed |Added CC||paulepanter at users.sourcefor

[Bug 53544] New: Incorrect modeline due to incorrect EDID block for LG SL80 TV

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53544 Bug #: 53544 Summary: Incorrect modeline due to incorrect EDID block for LG SL80 TV Classification: Unclassified Product: DRI Version: DRI CVS Platform: Other

[Bug 26294] [Regression] Resolution for external monitor not set correctly

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26294 Paul Menzel changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED AssignedTo|zhenyu.z.wang

[Bug 50655] ATI RV670 [Radeon HD 3870] Ioquake games causes GPU lockup (waiting for 0x00003039 last fence id 0x00003030)

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50655 --- Comment #15 from Bryan Quigley 2012-08-15 14:49:33 UTC --- Bug still occurs in git from yesterday. I'm willing to test patches or even do some basic programming (no graphics experience). I wasn't able to just revert the problem patch and a

Re: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = 16KB).

2012-08-15 Thread Ralf Baechle
On Sat, Aug 11, 2012 at 05:32:18PM +0800, Huacai Chen wrote: > Subject: [PATCH V5 13/18] drm: Define SAREA_MAX for Loongson (PageSize = > 16KB). But your code doesn't define it just for Loongsson as the log message claims but rather for all MIPS. > diff --git a/include/drm/drm_sarea.h b/include

[PATCH 5/5] drm/radeon: properly handle mc_stop/mc_resume on evergreen+

2012-08-15 Thread alexdeucher
From: Alex Deucher - Stop the displays from accessing the FB - Block CPU access - Turn off MC client access This should fix issues some users have seen, especially with UEFI, when changing the MC FB location that result in hangs or display corruption. Signed-off-by: Alex Deucher --- drivers/g

[PATCH 4/5] drm/radeon/r5xx-r7xx: don't use radeon_crtc for vblank callback

2012-08-15 Thread alexdeucher
From: Alex Deucher This might be called before we've allocated the radeon_crtcs Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/rs600.c | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/rs600.c b/drivers/gpu/drm/radeon/rs600.

[PATCH 3/5] drm/radeon/r1xx-r4xx: don't use radeon_crtc for vblank callback

2012-08-15 Thread alexdeucher
From: Alex Deucher This might be called before we've allocated the radeon_crtcs Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/r100.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index 8acb34

[PATCH 2/5] drm/radeon: clean up evergreen_get_vblank_counter

2012-08-15 Thread alexdeucher
From: Alex Deucher Use the new offset array rather than open coding it. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 18 +++--- 1 files changed, 3 insertions(+), 15 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/radeon/eve

[PATCH 1/5] drm/radeon/dce4+: don't use radeon_crtc for vblank callback

2012-08-15 Thread alexdeucher
From: Alex Deucher This might be called before we've allocated the radeon_crtcs Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/evergreen.c | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen.c b/drivers/gpu/drm/

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #23 from Alexandre Demers 2012-08-15 21:13:54 UTC --- If it doesn't fix the bug for Kunal, does it means bug 43655 is not a duplicate of this one? If so, both bugs should be unlinked and attachment 64759 should be assigned as a fix f

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53490 --- Comment #11 from Joeri Capens 2012-08-15 21:11:54 UTC --- Created attachment 65617 --> https://bugs.freedesktop.org/attachment.cgi?id=65617 Portal 2 screenshot - Linux GIT -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?t

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53490 --- Comment #10 from Joeri Capens 2012-08-15 21:10:52 UTC --- I actually already tried that patch since I tried the last Linux GIT two days ago. Unfortunately it doesn't fix the problem. The screen corruption does look a bit different though, se

Re: [PATCHv8 23/26] v4l: vb2: add support for DMA_ATTR_NO_KERNEL_MAPPING

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:53 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Signed-off-by: Marek Szyprowski > --- > drivers/media/video/atmel-isi.c |2 +- > drivers/media/video/blackfin/bfin_capture.c |2 +- > drivers/media

[Bug 53490] [bisected] bump map corruption from kernel 3.5

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=53490 --- Comment #9 from Alex Deucher 2012-08-15 13:41:52 UTC --- (In reply to comment #8) > Created attachment 65574 [details] [review] > evergreen_fix_tile_config_and_remove_unused_variable.patch That patch is wrong. group size has no relation to

Re: [PATCHv8 22/26] media: vb2: fail if user ptr buffer is not correctly aligned

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:52 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Signed-off-by: Marek Szyprowski > --- > drivers/media/video/videobuf2-dma-contig.c | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/drivers/media/

[PATCH 2/2] Expose the OMAP Z-Order property through DRM

2012-08-15 Thread Rob Clark
From: Andre Renaud Added support for zorder changes through DRM plane properties Signed-off-by: Andre Renaud Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_drv.h |1 + drivers/staging/omapdrm/omap_plane.c | 19 +++ 2 files changed, 20 insertions(+) diff --g

[PATCH 1/2] staging: drm/omap: add rotation properties

2012-08-15 Thread Rob Clark
From: Rob Clark Use tiled buffers for rotated/reflected scanout, with CRTC and plane properties as the interface for userspace to configure rotation. Signed-off-by: Rob Clark --- drivers/staging/omapdrm/omap_crtc.c | 10 +++ drivers/staging/omapdrm/omap_dmm_tiler.c | 47 --

[PATCH 0/2] drm/omap: properties patches

2012-08-15 Thread Rob Clark
From: Rob Clark Re-sending the earlier rotation property patch, plus Andre's z-order property patch rebased on latest staging-next. Andre Renaud (1): Expose the OMAP Z-Order property through DRM Rob Clark (1): staging: drm/omap: add rotation properties drivers/staging/omapdrm/omap_crtc.c

Re: [PATCHv8 21/26] v4l: vb2-dma-contig: add reference counting for a device from allocator context

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:51 Tomasz Stanislawski wrote: > This patch adds taking reference to the device for MMAP buffers. > > Such buffers, may be exported using DMABUF mechanism. If the driver that > created a queue is unloaded then the queue is released,

[PATCH] gma500: remove an unreachable return statement

2012-08-15 Thread Jani Nikula
Signed-off-by: Jani Nikula --- drivers/gpu/drm/gma500/psb_intel_sdvo.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/gma500/psb_intel_sdvo.c b/drivers/gpu/drm/gma500/psb_intel_sdvo.c index a453d94..d35f93b 100644 --- a/drivers/gpu/drm/gma500/psb_intel_s

[PATCH 4/4] drm: remove the raw_edid field from struct drm_display_info

2012-08-15 Thread Jani Nikula
Neither the drm core nor any of the drivers really need the raw_edid field of struct drm_display_info for anything. Instead of being useful, it creates confusion about who is responsible for freeing the memory it points to and setting the field to NULL afterwards, leading to memory leaks and dangli

[PATCH 3/4] drm/exynos: fix EDID memory leak in HDMI

2012-08-15 Thread Jani Nikula
The EDID returned by drm_get_edid() was never freed. Signed-off-by: Jani Nikula --- drivers/gpu/drm/exynos/exynos_hdmi.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_hdmi.c b/drivers/gpu/drm/exynos/exynos_hdmi.c index 409e2ec..b55335b 10

[PATCH 2/4] drm/ast: fix EDID memory leak

2012-08-15 Thread Jani Nikula
The EDID returned by drm_get_edid() was never freed. Signed-off-by: Jani Nikula --- drivers/gpu/drm/ast/ast_mode.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index 7282c08..866e9d4 100644 --- a/drivers/

[PATCH 1/4] drm/i915: fix EDID memory leak in SDVO

2012-08-15 Thread Jani Nikula
The EDID returned by drm_get_edid() was never freed. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_sdvo.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c index d172e98..d81bb0b 100644 ---

[PATCH 0/4] remove raw_edid, and fix related memory leaks

2012-08-15 Thread Jani Nikula
Hi, this series addresses the EDID related memory leaks [1] by removing raw_edid altogether. Applies on drm-fixes. Please review. BR, Jani. [1] http://mid.gmane.org/20120811165118.GB18957 at n2100.arm.linux.org.uk Jani Nikula (4): drm/i915: fix EDID memory leak in SDVO drm/ast: fix EDID memo

[Bug 38452] ETQW: Renders garbage in some places

2012-08-15 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=38452 Sven Arvidsson changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: [PATCHv8 18/26] v4l: add buffer exporting via dmabuf

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:48 Tomasz Stanislawski wrote: > This patch adds extension to V4L2 api. It allow to export a mmap buffer as > file descriptor. New ioctl VIDIOC_EXPBUF is added. It takes a buffer offset > used by mmap and return a file descriptor on

Re: [PATCHv8 12/26] v4l: vb2-vmalloc: add support for dmabuf importing

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:42 Tomasz Stanislawski wrote: > This patch adds support for importing DMABUF files for > vmalloc allocator in Videobuf2. > > Signed-off-by: Tomasz Stanislawski > Signed-off-by: Kyungmin Park Acked-by: Laurent Pinchart -- Rega

Re: [Linaro-mm-sig] [PATCHv8 10/26] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator

2012-08-15 Thread Laurent Pinchart
On Wednesday 15 August 2012 20:35:28 Laurent Pinchart wrote: > On Tuesday 14 August 2012 17:34:40 Tomasz Stanislawski wrote: > > From: Marek Szyprowski > > > > Add prepare/finish callbacks to vb2-dma-contig allocator. > > > > Signed-off-by: Marek Szyprowski > > As for v7, > > Laurent Pinchart

Re: [PATCHv8 10/26] v4l: vb2-dma-contig: add prepare/finish to dma-contig allocator

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:40 Tomasz Stanislawski wrote: > From: Marek Szyprowski > > Add prepare/finish callbacks to vb2-dma-contig allocator. > > Signed-off-by: Marek Szyprowski As for v7, Laurent Pinchart :-) > --- > drivers/media/video/videobuf2

Re: [PATCHv8 06/26] v4l: vb2-dma-contig: remove reference of alloc_ctx from a buffer

2012-08-15 Thread Laurent Pinchart
Hi Tomasz, Thanks for the patch. On Tuesday 14 August 2012 17:34:36 Tomasz Stanislawski wrote: > This patch removes a reference to alloc_ctx from an instance of a DMA > contiguous buffer. It helps to avoid a risk of a dangling pointer if the > context is released while the buffer is still valid.

[Bug 53130] 99c65ba breaks rendering (flickery, eventual fail)

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53130 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 45018] [bisected] rendering regression and va conflicts since added support for virtual address space on cayman v11

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45018 --- Comment #119 from Michel Dänzer 2012-08-15 16:07:30 UTC --- (In reply to comment #118) Try the Mesa patches from http://lists.freedesktop.org/archives/mesa-dev/2012-August/025715.html . -- Configure bugmail: https://bugs.freedesktop.org/u

[Nouveau] [bisected] nouveau: "Failed to idle channel x" after resume

2012-08-15 Thread Maarten Maathuis
On Mon, Aug 13, 2012 at 9:49 PM, Maxim Levitsky wrote: > On Mon, 2012-08-13 at 18:22 +0200, Sven Joachim wrote: >> On 2012-08-08 08:18 +0200, Sven Joachim wrote: >> >> > On 2012-08-08 08:08 +0200, Ben Skeggs wrote: >> > >> >> On Wed, Aug 08, 2012 at 08:00:21AM +0200, Sven Joachim wrote: >> >>> No

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 Kunal changed: What|Removed |Added Attachment #65604|application/octet-stream|text/x-log mime type|

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #22 from Kunal 2012-08-15 15:43:01 UTC --- Created attachment 65604 --> https://bugs.freedesktop.org/attachment.cgi?id=65604 dmesg output as of 15th Aug., 2012. dmesg output with new kernel with commit 81ee8fb6b52ec69eeed37fe79434

[Bug 42373] Radeon HD 6450 (NI CAICOS) screen corruption on boot

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42373 --- Comment #21 from Kunal 2012-08-15 15:41:05 UTC --- Unfortunately, this patch on its own doesn't fix the problem for me. :( I also noticed a new commit with reference to this bug in Linus' tree when I synced my git tree: http://git.kernel.or

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-08-15 Thread Paul Menzel
Date: Wed, 8 Aug 2012 23:12:19 +0200 Connecting an ASUS VW222S [1] over VGA a garbled screen is shown with vertical stripes in the top half. In commit bc42aabc [2] commit bc42aabc6a01b92b0f961d65671564e0e1cd7592 Author: Adam Jackson Date: Wed May 23 16:26:54 2012 -0400

[PATCH v4 1/3] drm: Add user-defined EDID quirks capability

2012-08-15 Thread Paul Menzel
s is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/a5e72fbd/attachment.pgp>

[Bug 53544] Incorrect modeline due to incorrect EDID block for LG SL80 TV

2012-08-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53544 --- Comment #4 from Paul Menzel 2012-08-15 15:31:41 UTC --- Patch sent to the dri-devel list [1]. [1] http://lists.freedesktop.org/archives/dri-devel/2012-August/026476.html -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab

  1   2   >