[PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Konrad Rzeszutek Wilk
On Fri, Sep 09, 2011 at 08:38:53PM +0900, Inki Dae wrote: > This patch is a DRM Driver for Samsung SoC Exynos4210 and now enables > only FIMD yet but we will add HDMI support also in the future. > > from now on, I will remove RFC prefix because I think we have got comments > enough. > > this

[BUG] drm/radeon: locking problems with page_flip

2011-09-14 Thread Witold Baryluk
jabster.pl -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20110914/7e0c77cf/attachment-0001.pgp>

[PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Rob Clark
On Wed, Sep 14, 2011 at 2:57 AM, Thomas Hellstrom wrote: > > +static struct drm_ioctl_desc samsung_ioctls[] = { > + ? ? ? DRM_IOCTL_DEF_DRV(SAMSUNG_GEM_CREATE, > samsung_drm_gem_create_ioctl, > + ? ? ? ? ? ? ? ? ? ? ? DRM_UNLOCKED | DRM_AUTH), >

[PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Inki Dae
> -Original Message- > From: Rob Clark [mailto:robdclark at gmail.com] > Sent: Wednesday, September 14, 2011 11:26 AM > To: Inki Dae > Cc: Thomas Hellstrom; kyungmin.park at samsung.com; sw0312.kim at samsung.com; > linux-arm-kernel at lists.infradead.org; dri-devel at

[PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-14 Thread Inki Dae
Hello Rob. Sorry for being late. here was a national holiday. > -Original Message- > From: robdclark at gmail.com [mailto:robdclark at gmail.com] On Behalf Of Rob > Clark > Sent: Thursday, September 08, 2011 3:44 AM > To: Inki Dae > Cc: linaro-dev at lists.linaro.org; dri-devel at

[PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-14 Thread Rob Clark
On Wed, Sep 14, 2011 at 12:44 AM, Inki Dae wrote: > Hello Rob. > Sorry for being late. here was a national holiday. > > >> -Original Message- >> From: robdclark at gmail.com [mailto:robdclark at gmail.com] On Behalf Of Rob >> Clark >> Sent: Thursday, September 08, 2011 3:44 AM >> To: Inki

[PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Inki Dae
Hi Thomas. > -Original Message- > From: Thomas Hellstrom [mailto:thomas at shipmail.org] > Sent: Monday, September 12, 2011 3:32 PM > To: Rob Clark > Cc: Inki Dae; kyungmin.park at samsung.com; sw0312.kim at samsung.com; linux- > arm-kernel at lists.infradead.org; dri-devel at

[Bug 36371] r200: piglit readPixSanity failure

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #8 from Michel D?nzer 2011-09-14 10:45:24 PDT --- The DRI2SwapBuffers failure should be fixed in Mesa Git, but the others might still be there. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Inki Dae
Hi Thomas. Sorry for being late. > -Original Message- > From: Thomas Hellstrom [mailto:thomas at shipmail.org] > Sent: Saturday, September 10, 2011 11:04 PM > To: Inki Dae > Cc: airlied at linux.ie; dri-devel at lists.freedesktop.org; > sw0312.kim at samsung.com; kyungmin.park at

[PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Thomas Hellstrom
On 09/14/2011 07:55 AM, Inki Dae wrote: > > >> -Original Message- >> From: Rob Clark [mailto:robdclark at gmail.com] >> Sent: Wednesday, September 14, 2011 11:26 AM >> To: Inki Dae >> Cc: Thomas Hellstrom; kyungmin.park at samsung.com; sw0312.kim at >> samsung.com; >> linux-arm-kernel

[Bug 39193] [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39193 Simon Farnsworth changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 30320] Mesa 7.7.1 implementation error: unexpected internalFormat 0x8c4d in radeonChooseTextureFormat

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30320 Ian Romanick changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 39193] [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39193 --- Comment #4 from Simon Farnsworth 2011-09-14 08:34:12 PDT --- Created an attachment (id=51200) --> (https://bugs.freedesktop.org/attachment.cgi?id=51200) Expected output of the test program I won't be able to test this patch properly until

[Bug 25297] R600: glEdgeFlag doesn't work

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25297 --- Comment #6 from Nicholas Miell 2011-09-14 08:31:11 PDT --- This fails on current Mesa master on r600g. But it also fails with llvmpipe. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving

[PATCH] drm/ttm: request zeroed system memory pages for new TT buffer objects

2011-09-14 Thread skeg...@gmail.com
From: Ben Skeggs Fixes an information leak to userspace, we were handing out un-zeroed pages for any newly created TTM_PL_TT buffer. Reported-by: Marcin Slusarz Signed-off-by: Ben Skeggs Tested-by: Marcin Slusarz Cc: stable at kernel.org --- drivers/gpu/drm/ttm/ttm_bo.c

[Bug 30320] Mesa 7.7.1 implementation error: unexpected internalFormat 0x8c4d in radeonChooseTextureFormat

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=30320 Corbin Simpson changed: What|Removed |Added Version|unspecified |7.7 CC|

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40776 Fabio changed: What|Removed |Added Summary|[r300g] HoN crash with |[r300g] games crash with

[Bug 39193] [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=39193 --- Comment #3 from Michel D?nzer 2011-09-14 05:06:23 PDT --- Created an attachment (id=51195) View: https://bugs.freedesktop.org/attachment.cgi?id=51195 Review: https://bugs.freedesktop.org/review?bug=39193=51195 st/mesa: Finalize texture

[Bug 25297] R600: glEdgeFlag doesn't work

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25297 Corbin Simpson changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600

[Bug 25280] r600: glPolygonStipple broken

2011-09-14 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=25280 Corbin Simpson changed: What|Removed |Added Component|Drivers/DRI/R600|Drivers/Gallium/r600

PGRAPH: unsupported chipset

2011-09-14 Thread wiebittewas
Hi! here's a latop with a nvidia quadro 1000M, where the nouveau-driver tells on startup PGRAPH: unsupported chipset, please report, which I'll do now. (this list was the only address I've found within the code) because I haven't found any info, what information I should report, I'll try it: a

Re: [PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Thomas Hellstrom
On 09/14/2011 07:55 AM, Inki Dae wrote: -Original Message- From: Rob Clark [mailto:robdcl...@gmail.com] Sent: Wednesday, September 14, 2011 11:26 AM To: Inki Dae Cc: Thomas Hellstrom; kyungmin.p...@samsung.com; sw0312@samsung.com; linux-arm-ker...@lists.infradead.org;

[Bug 25280] r600: glPolygonStipple broken

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25280 Corbin Simpson mostawesomed...@gmail.com changed: What|Removed |Added Component|Drivers/DRI/R600

[Bug 39193] [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39193 --- Comment #3 from Michel Dänzer mic...@daenzer.net 2011-09-14 05:06:23 PDT --- Created an attachment (id=51195) View: https://bugs.freedesktop.org/attachment.cgi?id=51195 Review: https://bugs.freedesktop.org/review?bug=39193attachment=51195

[Bug 40776] [r300g] games crash with pp_jimenezmlaa=8

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40776 Fabio fabio@libero.it changed: What|Removed |Added Summary|[r300g] HoN crash with |[r300g] games crash with

[Bug 30320] Mesa 7.7.1 implementation error: unexpected internalFormat 0x8c4d in radeonChooseTextureFormat

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30320 Corbin Simpson mostawesomed...@gmail.com changed: What|Removed |Added Version|unspecified |7.7

[Bug 25297] R600: glEdgeFlag doesn't work

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=25297 --- Comment #6 from Nicholas Miell nmi...@gmail.com 2011-09-14 08:31:11 PDT --- This fails on current Mesa master on r600g. But it also fails with llvmpipe. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You

[Bug 39193] [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39193 --- Comment #4 from Simon Farnsworth simon.farnswo...@onelan.co.uk 2011-09-14 08:34:12 PDT --- Created an attachment (id=51200) -- (https://bugs.freedesktop.org/attachment.cgi?id=51200) Expected output of the test program I won't be able to

[Bug 39193] [llvmpipe and r600g] glCheckFramebufferStatusEXT segfaults in Gallium when checking status on a framebuffer bound to a texture that's bound to a pixmap

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39193 Simon Farnsworth simon.farnswo...@onelan.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 36371] r200: piglit readPixSanity failure

2011-09-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36371 --- Comment #8 from Michel Dänzer mic...@daenzer.net 2011-09-14 10:45:24 PDT --- The DRI2SwapBuffers failure should be fixed in Mesa Git, but the others might still be there. -- Configure bugmail:

Re: [PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-14 Thread Rob Clark
On Wed, Sep 14, 2011 at 12:44 AM, Inki Dae inki@samsung.com wrote: Hello Rob. Sorry for being late. here was a national holiday. -Original Message- From: robdcl...@gmail.com [mailto:robdcl...@gmail.com] On Behalf Of Rob Clark Sent: Thursday, September 08, 2011 3:44 AM To: Inki

Re: [PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Rob Clark
On Wed, Sep 14, 2011 at 2:57 AM, Thomas Hellstrom tho...@shipmail.org wrote: +static struct drm_ioctl_desc samsung_ioctls[] = { +       DRM_IOCTL_DEF_DRV(SAMSUNG_GEM_CREATE, samsung_drm_gem_create_ioctl, +                       DRM_UNLOCKED | DRM_AUTH), Hi! With reference my previous

Re: [PATCH v2 4/5] DRI2: Expose API to set drawable swap limit.

2011-09-14 Thread Mario Kleiner
On Sep 15, 2011, at 12:54 AM, Francisco Jerez wrote: Mario Kleiner mario.klei...@tuebingen.mpg.de writes: On Sep 14, 2011, at 6:02 PM, Keith Packard wrote: On Wed, 14 Sep 2011 10:05:29 -0500, Jesse Barnes jbar...@virtuousgeek.org wrote: Ah thanks Mario, I blame Keith. :p I agree we

RE: [PATCH v4] DRM: add DRM Driver for Samsung SoC EXYNOS4210.

2011-09-14 Thread Inki Dae
Hi, Thomas. -Original Message- From: Thomas Hellstrom [mailto:tho...@shipmail.org] Sent: Wednesday, September 14, 2011 4:57 PM To: Inki Dae Cc: 'Rob Clark'; kyungmin.p...@samsung.com; sw0312@samsung.com; linux- arm-ker...@lists.infradead.org; dri-devel@lists.freedesktop.org

RE: [PATCH] RFC: omapdrm DRM/KMS driver for TI OMAP platforms

2011-09-14 Thread Inki Dae
Hi, Rob. -Original Message- From: robdcl...@gmail.com [mailto:robdcl...@gmail.com] On Behalf Of Rob Clark Sent: Thursday, September 15, 2011 4:42 AM To: Inki Dae Cc: linaro-...@lists.linaro.org; dri-devel@lists.freedesktop.org Subject: Re: [PATCH] RFC: omapdrm DRM/KMS driver for TI

Re: [REGRESSION] i915 KMS dual head broken on DELL latitude E6420 in 3.1-rc*

2011-09-14 Thread Keith Packard
On Thu, 15 Sep 2011 01:27:17 +0200, Samuel Thibault samuel.thiba...@ens-lyon.org wrote: Non-text part: multipart/mixed Hello, I'm trying to upgrade from 3.0 to 3.1-rcsomething on a DELL latitude E6420, but dual head is broken. Here is the scenario: - Turn computer on with VGA1 connected.