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
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,
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
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
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
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/
https://bugzilla.kernel.org/show_bug.cgi?id=29022
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://bugzilla.kernel.org/show_bug.cgi?id=28902
Alan changed:
What|Removed |Added
CC||alan at lxorguk.ukuu.org.uk
Kernel Version|2.
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,
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
https://bugzilla.kernel.org/show_bug.cgi?id=43207
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
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?
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
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
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
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
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
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.
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
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
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/
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
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
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
ytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/fae04649/attachment.pgp>
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
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
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.
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
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
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/
https://bugs.freedesktop.org/show_bug.cgi?id=53130
Marek Ol??k changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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>
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
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
ge part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/fe83d19d/attachment.pgp>
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,
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
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
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
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
__
https://bugs.freedesktop.org/show_bug.cgi?id=42373
Kunal changed:
What|Removed |Added
Attachment #65604|application/octet-stream|text/x-log
mime type|
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
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
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
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
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
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 --
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
https://bugzilla.kernel.org/show_bug.cgi?id=29022
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
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
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
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
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
https://bugzilla.kernel.org/show_bug.cgi?id=43207
Alan changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=53544
Paul Menzel changed:
What|Removed |Added
CC||paulepanter at users.sourcefor
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
https://bugs.freedesktop.org/show_bug.cgi?id=26294
Paul Menzel changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
AssignedTo|zhenyu.z.wang
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
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
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
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.
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
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
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/
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
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
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
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
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
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/
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
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 --
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
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,
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
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
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
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/
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
---
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
https://bugs.freedesktop.org/show_bug.cgi?id=38452
Sven Arvidsson changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
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
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
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.
https://bugs.freedesktop.org/show_bug.cgi?id=53130
Marek Olšák changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
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
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
https://bugs.freedesktop.org/show_bug.cgi?id=42373
Kunal changed:
What|Removed |Added
Attachment #65604|application/octet-stream|text/x-log
mime type|
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
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
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
s is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120815/a5e72fbd/attachment.pgp>
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 - 100 of 132 matches
Mail list logo