[PATCH 2/3] exynos: replace G2D_DOUBLE_TO_FIXED macro with documented function

2014-06-27 Thread Tobias Jakobi
This also avoids the floating point conversion steps and just uses pure integer arithmetic. Also the G2D hardware scaling factor is a bit unintuitive, so explain it in the function. Signed-off-by: Tobias Jakobi --- exynos/exynos_fimg2d.c | 19 ++- exynos/fimg2d.h| 2 --

[PATCH 3/3] tests/exynos: fix typos and change wording

2014-06-27 Thread Tobias Jakobi
No functional changes. Signed-off-by: Tobias Jakobi --- exynos/exynos_fimg2d.c| 8 tests/exynos/exynos_fimg2d_test.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exynos/exynos_fimg2d.c b/exynos/exynos_fimg2d.c index 435a88d..61b4f94 100644 --- a/e

[Intel-gfx] [PATCH 2/5] drm/i915: preserve swizzle settings if necessary v3

2014-06-27 Thread Steve Aarnio
On 06/11/2014 08:41 AM, Jesse Barnes wrote: > On Wed, 11 Jun 2014 17:39:29 +0200 > Daniel Vetter wrote: > >> On Wed, Jun 11, 2014 at 5:13 PM, Jesse Barnes >> wrote: - If you have a machine which uses tiled framebuffers and enables swizzling in the BIOS your code will a) drop the swi

[PATCH v2] drm/gk20a: add BAR instance

2014-06-27 Thread Ken Adams
quick note re: tegra and gpu bars... to this point we've explicitly avoided providing user-mode mappings due to power management issues, etc. looks to me like this would allow such mappings. is that the case? are there any paths which would require such mappings to function properly? thanks ---

[PATCH V3 0/7] drm/exynos: Support DP CLKCON register in FIMD driver

2014-06-27 Thread Ajay Kumar
This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git Changes since V2: Add DT property to know the type of FIMD output interface as per Inki's suggestion. Add samsung,output-type DT proper

[PATCH V3 1/7] drm/exynos: Support DP CLKCON register in FIMD driver

2014-06-27 Thread Ajay Kumar
Add the missing setting for DP CLKCON register. This register is present on Exynos5 based FIMD controllers, and needs to be set if we are using DP. Signed-off-by: Ajay Kumar --- .../devicetree/bindings/video/samsung-fimd.txt |1 + drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2

[PATCH V3 3/7] ARM: dts: Add FIMD output property for peach_pit

2014-06-27 Thread Ajay kumar
+DT mailing list On Fri, Jun 27, 2014 at 3:42 PM, Ajay Kumar wrote: > Set FIMD output type for peach_pit as DP. > > Signed-off-by: Ajay Kumar > --- > arch/arm/boot/dts/exynos5420-peach-pit.dts |1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts

[Bug 79051] Panic with radeon hd 5750, bisected

2014-06-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=79051 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 fr

[PANIC] at drivers/drm/drm_irq.c:976 with 3.16-rc2+git

2014-06-27 Thread Alex Deucher
On Fri, Jun 27, 2014 at 11:32 AM, Ed Tomlinson wrote: > Hi > > > > It seems the follow on message with the panic's as an attachment did not > make it. > > Here is a link with the jpg: > Preliminary fixes and discussion here: http://lists.freedesktop.org/archives/dri-devel/2014-June/062411.html h

[Bug 79081] New: radeon with dpm at low profile still more power consuming than catalyst

2014-06-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=79081 Bug ID: 79081 Summary: radeon with dpm at low profile still more power consuming than catalyst Product: Drivers Version: 2.5 Kernel Version: 3.16-rc2 Hardware: All

[PATCH/RESEND 0/9] drm: tilcdc driver fixes

2014-06-27 Thread Darren Etheridge
Guido, On 06/17/2014 09:17 AM, Guido Mart?nez wrote: > The tilcdc driver could be compiled as a module, but was severely broken > and could not be used as such. This patchset attempts to fix the issues > preventing a proper load/unload of the module. > > Issues included dangling sysfs nodes, dangl

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2014-06-27 Thread bugzilla-dae...@freedesktop.org
ng this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140627/8af8f47e/attachment.html>

[Bug 80015] Transparency glitches in native Civilization 5 (Civ5) port

2014-06-27 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140627/4a89bcef/attachment.html>

[PATCH v2] drm/gk20a: add BAR instance

2014-06-27 Thread Ken Adams
On 6/27/14 8:56 PM, "Ben Skeggs" wrote: >On Sat, Jun 28, 2014 at 4:51 AM, Ken Adams wrote: >> quick note re: tegra and gpu bars... >> >> to this point we've explicitly avoided providing user-mode mappings due >>to >> power management issues, etc. >> looks to me like this would allow such mappin

<    1   2