On Mit, 2012-04-18 at 13:47 +0900, Joonyoung Shim wrote:
> Free event and restore event_space only when page_flip->flags has
> DRM_MODE_PAGE_FLIP_EVENT if page_flip() is failed.
>
> Signed-off-by: Joonyoung Shim
> Signed-off-by: Kyungmin Park
> ---
> drivers/gpu/drm/drm_crtc.c | 10 ++---
https://bugs.freedesktop.org/show_bug.cgi?id=17902
--- Comment #67 from Gilles Dartiguelongue
2012-04-17 15:45:56 PDT ---
Ok, forget that, I rebooted without kms disabled and now I get 28 i2c/smbus
devices (most likely duplicates). Now scanning:
i2c-9i2c i915 gmbus dpb
The output of "make versioncheck" points a incorrect include of
version.h in the drivers/gpu/drm/gma500/mdfld_dsi_output.h:
drivers/gpu/drm/gma500/mdfld_dsi_output.h: 32 linux/version.h not needed.
If we take a look in the file, we can agree to remove it.
Cc: David Airlie
Cc:
Signed-off-by: Ma
Signed-off-by: Laura Vasilescu
---
drivers/gpu/drm/nouveau/nouveau_dp.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c
b/drivers/gpu/drm/nouveau/nouveau_dp.c
index d996134..2ff17ef 100644
--- a/drivers/gpu/drm/nouveau/nouveau_dp.c
+
Hi Laurent,
On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote:
(snipped)
> > >> +static struct vm_area_struct *vb2_dc_get_user_vma(
> > >> +unsigned long start, unsigned long size)
> > >> +{
> > >> +struct vm_area_struct *vma;
> > >> +
> > >> +/* current->mm->mmap
Håvar Nøvik skrev 2012-04-17 12:53:
Hi,
Greetings,
I'm experiencing a bug with the driver after a kernel upgrade (3.2 ->
3.3). Every once in a while the screen is blacking out for a second or
two.
Anyways, I was wondering where I could look at bug reports or report a
new one if I can't fin
On 2012-04-03 21:27 -0400, Nick Bowler wrote:
> CCing Tom Bylander as he sent me a mail off-list saying he experiences
> a similar issue on an FX 5200.
>
> Tom, maybe you'll have better luck bisecting this than I did?
>
> On 2012-03-19 10:35 -0400, Nick Bowler wrote:
> > Just upgraded to Linux 3.
Free event and restore event_space only when page_flip->flags has
DRM_MODE_PAGE_FLIP_EVENT if page_flip() is failed.
Signed-off-by: Joonyoung Shim
Signed-off-by: Kyungmin Park
---
drivers/gpu/drm/drm_crtc.c | 10 ++
1 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/driver
DRM_MODE_PLANE_EVENT is similar to DRM_MODE_PAGE_FLIP_EVENT but it is
for a plane. The setplane ioctl (DRM_IOCTL_MODE_SETPLANE) needs to
provide the event such as DRM_MODE_PAGE_FLIP_EVENT. The setplane ioctl
can change the framebuffer of plane but user can't know completion of
changing the framebuf
From: Dave Airlie
If AGP is placed in the middle, the size_af is off-by-one, it results
in VRAM being placed at 0x7fff instead of 0x800.
v2: fix the vram_start setup.
Reported-by: russiane39 on #radeon
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/r600.c |4 ++--
1 files
From: Dave Airlie
If AGP is placed in the middle, the size_af is off-by-one, it results
in VRAM being placed at 0x7fff instead of 0x800.
Reported-by: russiane39 on #radeon
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/r600.c |2 +-
1 files changed, 1 insertions(+), 1 delet
On 2012-04-03 21:27 -0400, Nick Bowler wrote:
> CCing Tom Bylander as he sent me a mail off-list saying he experiences
> a similar issue on an FX 5200.
>
> Tom, maybe you'll have better luck bisecting this than I did?
>
> On 2012-03-19 10:35 -0400, Nick Bowler wrote:
> > Just upgraded to Linux 3.
Hi Marek,
On Tuesday 17 April 2012 13:25:56 Marek Szyprowski wrote:
> On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote:
>
> (snipped)
>
> > > >> +static struct vm_area_struct *vb2_dc_get_user_vma(
> > > >> + unsigned long start, unsigned long size)
> > > >> +{
> > > >> + struc
At Tue, 17 Apr 2012 17:33:17 +0200,
Takashi Iwai wrote:
>
> At Fri, 13 Apr 2012 16:33:28 -0400,
> Adam Jackson wrote:
> >
> > Incorporates some feedback from Rodrigo and Takashi. Major themes of the
> > series:
> >
> > - Fix the DMT list to include reduced-blanking modes
> > - Add modes from DM
At Fri, 13 Apr 2012 16:33:28 -0400,
Adam Jackson wrote:
>
> Incorporates some feedback from Rodrigo and Takashi. Major themes of the
> series:
>
> - Fix the DMT list to include reduced-blanking modes
> - Add modes from DMT for any range descriptor type
> - Add an extra modes list for things not
At Fri, 13 Apr 2012 16:56:26 -0400,
Adam Jackson wrote:
>
> On 4/13/12 4:33 PM, Adam Jackson wrote:
> > Incorporates some feedback from Rodrigo and Takashi. Major themes of the
> > series:
> >
> > - Fix the DMT list to include reduced-blanking modes
> > - Add modes from DMT for any range descript
At Fri, 13 Apr 2012 16:33:37 -0400,
Adam Jackson wrote:
>
> Signed-off-by: Adam Jackson
> ---
> include/drm/drm_edid.h | 26 --
> 1 files changed, 20 insertions(+), 6 deletions(-)
>
> diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
> index bcb9a66..8cefbbe
On Tue, Apr 17, 2012 at 4:51 PM, wrote:
> From: Jerome Glisse
>
> If AGP is placed in the middle, the size_af is off-by-one, it results
> in VRAM being placed at 0x7fff instead of 0x800.
>
> v2: fix the vram_start setup.
> v3: also fix r7xx & newer ASIC
>
> Reported-by: russiane39 on #ra
Signed-off-by: Laura Vasilescu
---
drivers/gpu/drm/nouveau/nouveau_dp.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/nouveau/nouveau_dp.c
b/drivers/gpu/drm/nouveau/nouveau_dp.c
index d996134..2ff17ef 100644
--- a/drivers/gpu/drm/nouveau/nouveau_dp.c
+
From: Jerome Glisse
If AGP is placed in the middle, the size_af is off-by-one, it results
in VRAM being placed at 0x7fff instead of 0x800.
v2: fix the vram_start setup.
v3: also fix r7xx & newer ASIC
Reported-by: russiane39 on #radeon
Signed-off-by: Dave Airlie
Signed-off-by: Jerome G
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #13 from Jerome Glisse 2012-04-17
09:37:38 PDT ---
Run through ssh "udevadm monitor" when pluging/unpluging screen you should see
event there. If you don't it's kernel issue, if you do it might be your ddx was
not build with the ueve
On Tue, Apr 17, 2012 at 4:19 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> If AGP is placed in the middle, the size_af is off-by-one, it results
> in VRAM being placed at 0x7fff instead of 0x800.
>
> Reported-by: russiane39 on #radeon
>
> Signed-off-by: Dave Airlie
Reviewed-by: Jerome
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #12 from Tvrtko Ursulin 2012-04-17
09:09:15 PDT ---
Created attachment 60178
--> https://bugs.freedesktop.org/attachment.cgi?id=60178
Log showing non-working and working events
Better in terms of what gets called but unfortunately
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:39 Tomasz Stanislawski wrote:
> This patch adds support for exporting a dma-contig buffer using
> DMABUF interface.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
> ---
> drivers/media/video/videobuf2-dma-c
https://bugs.freedesktop.org/show_bug.cgi?id=17902
--- Comment #67 from Gilles Dartiguelongue
2012-04-17 15:45:56 PDT ---
Ok, forget that, I rebooted without kms disabled and now I get 28 i2c/smbus
devices (most likely duplicates). Now scanning:
i2c-9i2c i915 gmbus dpb
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #11 from Alex Deucher 2012-04-17 08:45:04 PDT
---
Created attachment 60177
--> https://bugs.freedesktop.org/attachment.cgi?id=60177
possible fix
(In reply to comment #10)
>
> So my question is why this saved_state business in rad
https://bugs.freedesktop.org/show_bug.cgi?id=17902
--- Comment #66 from Gilles Dartiguelongue
2012-04-17 15:37:21 UTC ---
Ok, I installed i2c-tools and here is what it sees:
# i2cdetect -l
i2c-0i2c i915 gmbus disabled I2C adapter
i2c-1i2c i915 gmbus s
https://bugs.freedesktop.org/show_bug.cgi?id=17902
--- Comment #66 from Gilles Dartiguelongue
2012-04-17 15:37:21 UTC ---
Ok, I installed i2c-tools and here is what it sees:
# i2cdetect -l
i2c-0i2c i915 gmbus disabled I2C adapter
i2c-1i2c i915 gmbus s
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #10 from Tvrtko Ursulin 2012-04-17
08:23:56 PDT ---
(In reply to comment #9)
> (In reply to comment #8)
> >
> > Brief look doesn't show me any locks there, I'll dig in.
>
> The locking (or lack there of) would be on the kernel side
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:38 Tomasz Stanislawski wrote:
> This patch adds the setup of sglist list for MMAP buffers.
> It is needed for buffer exporting via DMABUF mechanism.
>
> This patch depends on dma_get_pages extension to DMA api.
>
> Signed-off-by: T
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:36 Tomasz Stanislawski wrote:
> This patch adds extension to videobuf2-core. It allow to export a mmap
> buffer as a file descriptor.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
> ---
> drivers/media/vid
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:37 Tomasz Stanislawski wrote:
> From: Marek Szyprowski
>
> Let mmap method to use dma_mmap_coherent call. This patch depends on DMA
> mapping redesign patches because the usage of dma_mmap_coherent breaks
> dma-contig allocator fo
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:35 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 s
ime.
3.3.2-1-ARCH
Intel(R) Atom(TM) CPU Z520 @ 1.33GHz
Attachment: dmesg ouput
>
> PS: Thanks for the great work on a GMA 500 driver!
>
>>
>> Alan is the one to thank. :)
>
Thanks to Alan, then :D
>
>> Regards H?var N?vik
>>
>
>
--
On Tue, Apr 17, 2012 at 4:51 PM, wrote:
> From: Jerome Glisse
>
> If AGP is placed in the middle, the size_af is off-by-one, it results
> in VRAM being placed at 0x7fff instead of 0x800.
>
> v2: fix the vram_start setup.
> v3: also fix r7xx & newer ASIC
>
> Reported-by: russiane39 on #ra
From: Jerome Glisse
If AGP is placed in the middle, the size_af is off-by-one, it results
in VRAM being placed at 0x7fff instead of 0x800.
v2: fix the vram_start setup.
v3: also fix r7xx & newer ASIC
Reported-by: russiane39 on #radeon
Signed-off-by: Dave Airlie
Signed-off-by: Jerome G
From: Dave Airlie
If AGP is placed in the middle, the size_af is off-by-one, it results
in VRAM being placed at 0x7fff instead of 0x800.
v2: fix the vram_start setup.
Reported-by: russiane39 on #radeon
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/r600.c |4 ++--
1 files
On Tue, Apr 17, 2012 at 4:19 PM, Dave Airlie wrote:
> From: Dave Airlie
>
> If AGP is placed in the middle, the size_af is off-by-one, it results
> in VRAM being placed at 0x7fff instead of 0x800.
>
> Reported-by: russiane39 on #radeon
>
> Signed-off-by: Dave Airlie
Reviewed-by: Jerome
Hi Laurent,
On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote:
(snipped)
> > >> +static struct vm_area_struct *vb2_dc_get_user_vma(
> > >> +unsigned long start, unsigned long size)
> > >> +{
> > >> +struct vm_area_struct *vma;
> > >> +
> > >> +/* current->mm->mmap
H?var N?vik skrev 2012-04-17 12:53:
> Hi,
>
Greetings,
> I'm experiencing a bug with the driver after a kernel upgrade (3.2 ->
> 3.3). Every once in a while the screen is blacking out for a second or
> two.
>
> Anyways, I was wondering where I could look at bug reports or report a
> new one if I
From: Dave Airlie
If AGP is placed in the middle, the size_af is off-by-one, it results
in VRAM being placed at 0x7fff instead of 0x800.
Reported-by: russiane39 on #radeon
Signed-off-by: Dave Airlie
---
drivers/gpu/drm/radeon/r600.c |2 +-
1 files changed, 1 insertions(+), 1 delet
From: Dave Airlie
This is the initial driver for the Aspeed Technologies chips found in
servers. This driver supports the AST 2000, 2100, 2200, 2150 and 2300. It
doesn't support the AST11xx due to lack of hw to test it on, and them requiring
different codepaths.
This driver is intended to be use
https://bugs.freedesktop.org/show_bug.cgi?id=48772
--- Comment #8 from Alex Deucher 2012-04-17 06:18:13 PDT
---
(In reply to comment #7)
> Where does this finding leads us? According to the specifications
> (http://www.amd.com/us/products/notebook/graphics/amd-radeon-6000m/amd-radeon-6300m/pages
ed. At
> least, with gcc 4.6 and x86-64 here, they get unaligned.
Eek. Good catch, thanks.
- ajax
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120417/94680941/attachment.pgp>
Thanks for the patches ajax
Feel free to use
Reviewed-by: Rodrigo Vivi
On Tue, Apr 17, 2012 at 12:50 PM, Takashi Iwai wrote:
> At Tue, 17 Apr 2012 17:33:17 +0200,
> Takashi Iwai wrote:
>>
>> At Fri, 13 Apr 2012 16:33:28 -0400,
>> Adam Jackson wrote:
>> >
>> > Incorporates some feedback from Rod
https://bugs.freedesktop.org/show_bug.cgi?id=48747
--- Comment #8 from Jos van Wolput 2012-04-17
04:42:21 PDT ---
(In reply to comment #7)
> Even with Option "ColorTiling2D"?
I am not quite sure if ColorTiling2D is really enabled since I am running
kernel 3.3, I understand you need kernel 3.4
On 04/16/2012 09:42 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20120416:
When CONFIG_VGA_ARB is not enabled:
drivers/built-in.o: In function `boot_vga_show':
pci-sysfs.c:(.text+0x1060f): undefined reference to `vga_default_device'
and
drivers/built-in.o: In function `boot_vga_s
On Tue, Apr 03, 2012 at 12:32:05AM +0200, Daniel Vetter wrote:
> On Mon, Apr 02, 2012 at 02:44:14PM -0700, Andrew Lutomirski wrote:
> > On Mon, Apr 2, 2012 at 1:52 PM, Daniel Vetter wrote:
> > > On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
> > >> On Mon, Apr 2, 2012 at 11:48
https://bugs.freedesktop.org/show_bug.cgi?id=48772
--- Comment #7 from Tvrtko Ursulin 2012-04-17
03:20:39 PDT ---
(In reply to comment #3)
> Does the proprietary driver work ok with that monitor?
It doesn't. In fact it is even worse than the open source driver which works OK
in 1920x1200, while
On Tue, 2012-04-17 at 17:25 +0200, Takashi Iwai wrote:
> At Fri, 13 Apr 2012 16:33:37 -0400, Adam Jackson wrote:
> > + u8 flags;
> > + union {
> > + struct {
> > + u8 reserved;
> > + u8 hfreq_start_khz; /* need to multiply by 2 */
> > +
Hi Marek,
On Tuesday 17 April 2012 13:25:56 Marek Szyprowski wrote:
> On Tuesday, April 17, 2012 2:41 AM Laurent Pinchart wrote:
>
> (snipped)
>
> > > >> +static struct vm_area_struct *vb2_dc_get_user_vma(
> > > >> + unsigned long start, unsigned long size)
> > > >> +{
> > > >> + struc
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #13 from Jerome Glisse 2012-04-17 09:37:38
PDT ---
Run through ssh "udevadm monitor" when pluging/unpluging screen you should see
event there. If you don't it's kernel issue, if you do it might be your ddx was
not build with the ueve
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #12 from Tvrtko Ursulin 2012-04-17
09:09:15 PDT ---
Created attachment 60178
--> https://bugs.freedesktop.org/attachment.cgi?id=60178
Log showing non-working and working events
Better in terms of what gets called but unfortunately
Thanks for the patches ajax
Feel free to use
Reviewed-by: Rodrigo Vivi
On Tue, Apr 17, 2012 at 12:50 PM, Takashi Iwai wrote:
> At Tue, 17 Apr 2012 17:33:17 +0200,
> Takashi Iwai wrote:
>>
>> At Fri, 13 Apr 2012 16:33:28 -0400,
>> Adam Jackson wrote:
>> >
>> > Incorporates some feedback from Rod
At Tue, 17 Apr 2012 17:33:17 +0200,
Takashi Iwai wrote:
>
> At Fri, 13 Apr 2012 16:33:28 -0400,
> Adam Jackson wrote:
> >
> > Incorporates some feedback from Rodrigo and Takashi. Major themes of the
> > series:
> >
> > - Fix the DMT list to include reduced-blanking modes
> > - Add modes from DM
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #11 from Alex Deucher 2012-04-17 08:45:04 PDT ---
Created attachment 60177
--> https://bugs.freedesktop.org/attachment.cgi?id=60177
possible fix
(In reply to comment #10)
>
> So my question is why this saved_state business in rade
On 04/16/2012 09:42 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20120416:
When CONFIG_VGA_ARB is not enabled:
drivers/built-in.o: In function `boot_vga_show':
pci-sysfs.c:(.text+0x1060f): undefined reference to `vga_default_device'
and
drivers/built-in.o: In function `boot_vga_s
At Fri, 13 Apr 2012 16:33:28 -0400,
Adam Jackson wrote:
>
> Incorporates some feedback from Rodrigo and Takashi. Major themes of the
> series:
>
> - Fix the DMT list to include reduced-blanking modes
> - Add modes from DMT for any range descriptor type
> - Add an extra modes list for things not
At Fri, 13 Apr 2012 16:56:26 -0400,
Adam Jackson wrote:
>
> On 4/13/12 4:33 PM, Adam Jackson wrote:
> > Incorporates some feedback from Rodrigo and Takashi. Major themes of the
> > series:
> >
> > - Fix the DMT list to include reduced-blanking modes
> > - Add modes from DMT for any range descript
At Fri, 13 Apr 2012 16:33:37 -0400,
Adam Jackson wrote:
>
> Signed-off-by: Adam Jackson
> ---
> include/drm/drm_edid.h | 26 --
> 1 files changed, 20 insertions(+), 6 deletions(-)
>
> diff --git a/include/drm/drm_edid.h b/include/drm/drm_edid.h
> index bcb9a66..8cefbbe
https://bugs.freedesktop.org/show_bug.cgi?id=46711
--- Comment #10 from Tvrtko Ursulin 2012-04-17
08:23:56 PDT ---
(In reply to comment #9)
> (In reply to comment #8)
> >
> > Brief look doesn't show me any locks there, I'll dig in.
>
> The locking (or lack there of) would be on the kernel side
https://bugs.freedesktop.org/show_bug.cgi?id=48747
--- Comment #7 from Michel D?nzer 2012-04-17 00:16:39
PDT ---
(In reply to comment #6)
> I am sorry I can't patch my kernel since I use a precompiled one.
It's not hard to build your own Debian kernel with a patch. It'll be a skill
very useful
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:39 Tomasz Stanislawski wrote:
> This patch adds support for exporting a dma-contig buffer using
> DMABUF interface.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
> ---
> drivers/media/video/videobuf2-dma-c
https://bugs.freedesktop.org/show_bug.cgi?id=48772
--- Comment #8 from Alex Deucher 2012-04-17 06:18:13 PDT ---
(In reply to comment #7)
> Where does this finding leads us? According to the specifications
> (http://www.amd.com/us/products/notebook/graphics/amd-radeon-6000m/amd-radeon-6300m/pages/
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:38 Tomasz Stanislawski wrote:
> This patch adds the setup of sglist list for MMAP buffers.
> It is needed for buffer exporting via DMABUF mechanism.
>
> This patch depends on dma_get_pages extension to DMA api.
>
> Signed-off-by: T
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:36 Tomasz Stanislawski wrote:
> This patch adds extension to videobuf2-core. It allow to export a mmap
> buffer as a file descriptor.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
> ---
> drivers/media/vid
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:37 Tomasz Stanislawski wrote:
> From: Marek Szyprowski
>
> Let mmap method to use dma_mmap_coherent call. This patch depends on DMA
> mapping redesign patches because the usage of dma_mmap_coherent breaks
> dma-contig allocator fo
Hi Tomasz,
Thanks for the patch.
On Tuesday 10 April 2012 15:10:35 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 s
https://bugs.freedesktop.org/show_bug.cgi?id=48747
--- Comment #8 from Jos van Wolput 2012-04-17
04:42:21 PDT ---
(In reply to comment #7)
> Even with Option "ColorTiling2D"?
I am not quite sure if ColorTiling2D is really enabled since I am running
kernel 3.3, I understand you need kernel 3.4
https://bugs.freedesktop.org/show_bug.cgi?id=48747
--- Comment #6 from Jos van Wolput 2012-04-16
21:36:20 PDT ---
(In reply to comment #3)
> Does this kernel patch help?
I am sorry I can't patch my kernel since I use a precompiled one.
--
Configure bugmail: https://bugs.freedesktop.org/userp
https://bugs.freedesktop.org/show_bug.cgi?id=48772
--- Comment #7 from Tvrtko Ursulin 2012-04-17
03:20:39 PDT ---
(In reply to comment #3)
> Does the proprietary driver work ok with that monitor?
It doesn't. In fact it is even worse than the open source driver which works OK
in 1920x1200, while
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:54 Tomasz Stanislawski wrote:
> The DMABUF documentation says that the map_dma_buf callback should return
> scatterlist that is mapped into a caller's address space. In practice,
> almost none of existing implementations of DMABUF exp
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:45 Tomasz Stanislawski wrote:
> From: Sumit Semwal
>
> This patch adds support for DMABUF memory type in videobuf2. It calls
> relevant APIs of dma_buf for v4l reqbuf / qbuf / dqbuf operations.
>
> For this version, the support is
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:43 Tomasz Stanislawski wrote:
> From: Sumit Semwal
>
> Adds DMABUF memory type to v4l framework. Also adds the related file
> descriptor in v4l2_plane and v4l2_buffer.
>
> Signed-off-by: Tomasz Stanislawski
>[original work in
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:46 Tomasz Stanislawski wrote:
> From: Sumit Semwal
>
> Adding DMABUF memory type causes videobuf to complain about not using it
> in some switch cases. This patch removes these warnings.
>
> Signed-off-by: Sumit Semwal
Acked-by:
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:48 Tomasz Stanislawski wrote:
> vb2-dma-contig returns a vb2_dc_conf structure instance as the vb2
> allocation context. That structure only stores a pointer to the physical
> device. Remove it and use the device pointer directly as t
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:51 Tomasz Stanislawski wrote:
> From: Marek Szyprowski
>
> This patch adds support for prepare/finish callbacks in VB2 allocators.
> These callback are used for buffer flushing.
>
> Signed-off-by: Marek Szyprowski
Acked-by: Laure
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:53 Tomasz Stanislawski wrote:
> From: Sumit Semwal
>
> This patch makes changes for adding dma-contig as a dma_buf user. It
> provides function implementations for the {attach, detach, map,
> unmap}_dmabuf() mem_ops of DMABUF memory
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:50 Tomasz Stanislawski wrote:
> From: Andrzej Pietrasiewicz
>
> This patch introduces usage of dma_map_sg to map memory behind
> a userspace pointer to a device as dma-contiguous mapping.
>
> Signed-off-by: Andrzej Pietrasiewicz
>
https://bugs.freedesktop.org/show_bug.cgi?id=48747
--- Comment #5 from Jos van Wolput 2012-04-16
19:41:32 PDT ---
(In reply to comment #4)
> Does it works with ati driver from git ? gallium st/xorg is not really
> supported
Yes, it works without problems with xf86-video-ati driver from git.
--
Hi Tomasz,
On Wednesday 11 April 2012 12:06:59 Tomasz Stanislawski wrote:
> On 04/06/2012 05:02 PM, Laurent Pinchart wrote:
> > On Thursday 05 April 2012 16:00:05 Tomasz Stanislawski wrote:
[snip]
> > Also, Documentation/CodingStyle favors one variable declaration per line,
> > without commas fo
On Tue, Apr 03, 2012 at 12:32:05AM +0200, Daniel Vetter wrote:
> On Mon, Apr 02, 2012 at 02:44:14PM -0700, Andrew Lutomirski wrote:
> > On Mon, Apr 2, 2012 at 1:52 PM, Daniel Vetter wrote:
> > > On Mon, Apr 02, 2012 at 01:45:39PM -0700, Andrew Lutomirski wrote:
> > >> On Mon, Apr 2, 2012 at 11:48
Hi Tomasz,
Thanks for the patch.
On Friday 13 April 2012 17:47:44 Tomasz Stanislawski wrote:
> This patch adds description and usage examples for importing
> DMABUF file descriptor in V4L2.
>
> Signed-off-by: Tomasz Stanislawski
> Signed-off-by: Kyungmin Park
[snip]
> diff --git a/Documentat
https://bugs.freedesktop.org/show_bug.cgi?id=48747
--- Comment #7 from Michel Dänzer 2012-04-17 00:16:39 PDT
---
(In reply to comment #6)
> I am sorry I can't patch my kernel since I use a precompiled one.
It's not hard to build your own Debian kernel with a patch. It'll be a skill
very useful
https://bugzilla.kernel.org/show_bug.cgi?id=43114
--- Comment #3 from RunetMember 2012-04-17 00:03:57
---
Created an attachment (id=72936)
--> (https://bugzilla.kernel.org/attachment.cgi?id=72936)
lspci
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You
https://bugzilla.kernel.org/show_bug.cgi?id=43114
--- Comment #2 from RunetMember 2012-04-17 00:03:38
---
Created an attachment (id=72935)
--> (https://bugzilla.kernel.org/attachment.cgi?id=72935)
cpuinfo
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- Y
https://bugzilla.kernel.org/show_bug.cgi?id=43114
--- Comment #1 from RunetMember 2012-04-17 00:03:21
---
Created an attachment (id=72934)
--> (https://bugzilla.kernel.org/attachment.cgi?id=72934)
dmesg
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You
https://bugzilla.kernel.org/show_bug.cgi?id=43114
Summary: Can't set high engine clock for RadeonHD 6620G
Product: Drivers
Version: 2.5
Platform: All
OS/Version: Linux
Tree: Mainline
Status: NEW
Severity: normal
88 matches
Mail list logo