[PATCH libdrm 4/4] tests: Use drmFreeVersion() instead of drmFree()

2014-04-08 Thread Thierry Reding
From: Thierry Reding drmFreeVersion() frees the memory allocated for the name, date and desc fields in addition to that for the struct _drmVersion. Signed-off-by: Thierry Reding --- tests/getversion.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/getversion.c b/test

[PATCH libdrm 3/4] libdrm: Remove extraneous parameter

2014-04-08 Thread Thierry Reding
From: Thierry Reding The debug message's format string doesn't contain any conversion specifiers, therefore making the fd argument unused. Signed-off-by: Thierry Reding --- xf86drm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86drm.c b/xf86drm.c index fa5701abae51..e

[PATCH libdrm 2/4] intel: Fix some format strings

2014-04-08 Thread Thierry Reding
From: Thierry Reding Some of the format strings for debug messages use the wrong modifier to print sizes. Signed-off-by: Thierry Reding --- intel/intel_bufmgr_fake.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/intel/intel_bufmgr_fake.c b/intel/int

[PATCH libdrm 1/4] Mark functions printf-like where possible

2014-04-08 Thread Thierry Reding
From: Thierry Reding These functions all take a format string and either a list of variable arguments or a va_list. Use the new DRM_PRINTFLIKE macro to tell the compiler about it so that the arguments can be checked against the format string. Signed-off-by: Thierry Reding --- intel/intel_decod

[PATCH libdrm 0/4] Minor cleanups

2014-04-08 Thread Thierry Reding
From: Thierry Reding These four patches clean up some minor issues in libdrm. Patch 1 makes gcc aware of various functions (such as drmMsg(), drm_debug_print(), etc) being printf-like and patches 2 and 3 fix up a number of warnings flagged as a result of that. Patch 4 uses drmFreeVersion() inste

[PATCH] drm/tegra: dp: Support address-only I2C-over-AUX transactions

2014-04-08 Thread Thierry Reding
On Tue, Apr 8, 2014 at 4:06 PM, Christian K?nig wrote: > Am 07.04.2014 10:37, schrieb Thierry Reding: > >> From: Thierry Reding >> >> Certain types of I2C-over-AUX transactions require that only the address >> is transferred. Detect this by looking at the AUX message's size and set >> the addres

[Bug 77204] make fails due to wrong file names in man

2014-04-08 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/b4f80317/attachment.html>

[Bug 77204] New: make fails due to wrong file names in man

2014-04-08 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/abcdc7d5/attachment.html>

[Bug 77002] hdmi audio problems with 3.14

2014-04-08 Thread bugzilla-dae...@freedesktop.org
TML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/d7f63a63/attachment.html>

[PATCH v12][ 12/12] ARM: imx_v6_v7_defconfig: Add more drm drivers.

2014-04-08 Thread Shawn Guo
On Mon, Apr 07, 2014 at 02:44:51PM +0200, Denis Carikli wrote: > The DRM_PANEL_SIMPLE is needed by the eukrea > mbimxsd51's displays. > > Signed-off-by: Denis Carikli Applied, thanks.

[PATCH v12][ 06/12] ARM: dts: imx5*, imx6*: correct display-timings nodes.

2014-04-08 Thread Shawn Guo
On Mon, Apr 07, 2014 at 02:44:45PM +0200, Denis Carikli wrote: > The imx-drm driver can't use the de-active and > pixelclk-active display-timings properties yet. > > Instead the data-enable and the pixel data clock > polarity are hardcoded in the imx-drm driver. > > So theses properties are now s

[Bug 71461] monitor doesn't get detected after boot or disconnection

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=71461 --- Comment #21 from Alex Deucher --- (In reply to Tom Yan from comment #20) > I did some more tests. Seems to me that the blank occured with > dis/reconnection in X is also related to DPMS toggling. Any similar code in > ddx driver I can try remo

[Bug 71461] monitor doesn't get detected after boot or disconnection

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=71461 --- Comment #20 from Tom Yan --- I did some more tests. Seems to me that the blank occured with dis/reconnection in X is also related to DPMS toggling. Any similar code in ddx driver I can try removing? Since in console everything is fine so far :

[Bug 77002] hdmi audio problems with 3.14

2014-04-08 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/a8be8813/attachment.html>

[PATCH 4/4] Revert "drm/exynos: add mout_hdmi clock in hdmi driver to change parent"

2014-04-08 Thread Tomasz Figa
Hi Tomasz, On 04.04.2014 16:53, Tomasz Stanislawski wrote: > This reverts commit 59956d35a8618235ea715280b49447bb36f2c975. > Probably a reason why this commit is being reverted would be a good idea. > Signed-off-by: Tomasz Stanislawski > --- > drivers/gpu/drm/exynos/exynos_hdmi.c | 14 -

[PATCH 3/4] clk: exynos4: enable clk_set_parent() propagation for sclk_hdmi and sclk_mixer clocks

2014-04-08 Thread Tomasz Figa
On 04.04.2014 16:53, Tomasz Stanislawski wrote: > This patch enables clk_set_parent() propagation for clocks used > by s5p-tv and exynos-drm drivers. > > Signed-off-by: Tomasz Stanislawski > --- > drivers/clk/samsung/clk-exynos4.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-)

[PATCH 2/4] clk: exynos4: export sclk_hdmiphy clock

2014-04-08 Thread Tomasz Figa
Hi Tomasz, On 04.04.2014 16:53, Tomasz Stanislawski wrote: > Export sclk_hdmiphy clock to be usable from DT. > > Signed-off-by: Tomasz Stanislawski > --- > drivers/clk/samsung/clk-exynos4.c |2 +- > include/dt-bindings/clock/exynos4.h |1 + > 2 files changed, 2 insertions(+), 1 dele

[PATCH 1/4] clk: propagate parent change up one level

2014-04-08 Thread Tomasz Figa
Hi, On 04.04.2014 16:53, Tomasz Stanislawski wrote: > This patch adds support for propagation of setup of clock's parent one level > up. > > This feature is helpful when a driver changes topology of its clocks using > clk_set_parent(). The problem occurs when on one platform/SoC driver's clock >

[Bug 77002] hdmi audio problems with 3.14

2014-04-08 Thread bugzilla-dae...@freedesktop.org
he correct patch? If my patch fixed your issue, it would be unexpected that reverting would not work as well. -- You are receiving 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/20140408/1a82a64f/attachment.html>

[PATCH v2 1/7] drm/exynos: add super device support

2014-04-08 Thread Inki Dae
2014-04-08 0:40 GMT+09:00, Tomasz Figa : > On 07.04.2014 17:16, Inki Dae wrote: >> Hi Andrzej, >> >> 2014-04-07 23:18 GMT+09:00 Andrzej Hajda : >>> Hi Inki and Tomasz, >>> >>> On 04/06/2014 05:15 AM, Inki Dae wrote: >>> >>> (...) The code creating the list of components to wait for (exyno

[Bug 71461] monitor doesn't get detected after boot or disconnection

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=71461 --- Comment #19 from Tom Yan --- (In reply to Alex Deucher from comment #18) > It's required to re-establish the DP link if you physically disconnect and > reconnect an active display since DP requires link training while other > digital links do

[PATCHv2 3/3] s5p-tv: hdmi: use hdmiphy as PHY

2014-04-08 Thread Tomasz Stanislawski
The HDMIPHY (physical interface) is controlled by a single bit in a power controller's regiter. It was implemented as clock. It was a simple but effective hack. This patch makes S5P-HDMI driver to control HDMIPHY via PHY interface. Signed-off-by: Tomasz Stanislawski --- drivers/media/platform/s

[PATCHv2 2/3] drm: exynos: hdmi: use hdmiphy as PHY

2014-04-08 Thread Tomasz Stanislawski
The HDMIPHY (physical interface) is controlled by a single bit in a power controller's regiter. It was implemented as clock. It was a simple but effective hack. This patch makes HDMI driver to control HDMIPHY via PHY interface. Signed-off-by: Tomasz Stanislawski --- drivers/gpu/drm/exynos/exyno

[PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-04-08 Thread Tomasz Stanislawski
Add exynos-simple-phy driver to support a single register PHY interfaces present on Exynos4 SoC. Signed-off-by: Tomasz Stanislawski --- .../devicetree/bindings/phy/samsung-phy.txt| 24 +++ drivers/phy/Kconfig|5 + drivers/phy/Makefile

[PATCHv2 0/3] phy: Add exynos-simple-phy driver

2014-04-08 Thread Tomasz Stanislawski
Hello everyone, The Samsung SoCs from Exynos family are enhanced with a bunch of devices that provide functionality of a physical layer for interfaces like USB, HDMI, SATA, etc. They are controlled by a simple interface, often a single bit that enables and/or resets the physical layer. An IP driv

[PATCH v1 00/19] Add DRM for stih4xx platforms

2014-04-08 Thread Benjamin Gaignard
You can found the patches here: git://git.linaro.org/people/benjamin.gaignard/kernel.git on branch: drm_kms_for_next Regards, Benjamin 2014-04-08 14:27 GMT+02:00 Rob Clark : > On Tue, Apr 8, 2014 at 8:19 AM, Benjamin Gaignard > wrote: >> This series of patches add the support of DRM/KMS driver

[PATCH] drm/tegra: dp: Support address-only I2C-over-AUX transactions

2014-04-08 Thread Christian König
Am 07.04.2014 10:37, schrieb Thierry Reding: > From: Thierry Reding > > Certain types of I2C-over-AUX transactions require that only the address > is transferred. Detect this by looking at the AUX message's size and set > the address-only bit appropriately. > > Signed-off-by: Thierry Reding > ---

[Bug 65141] Blank screen after resume with radeon driver

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

[Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Christian König
Am 08.04.2014 15:04, schrieb Alex Deucher: > On Tue, Apr 8, 2014 at 4:03 AM, Daniel Vetter wrote: >> On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula wrote: >>> Before the conversion to dp aux helpers there was a switch case [1] that >>> ended up in msg_bytes = 3 for address only start/stop messages >

[PATCH 0/6] File Sealing & memfd_create()

2014-04-08 Thread Florian Weimer
On 03/19/2014 08:06 PM, David Herrmann wrote: > Unlike existing techniques that provide similar protection, sealing allows > file-sharing without any trust-relationship. This is enforced by rejecting > seal > modifications if you don't own an exclusive reference to the given file. So if > you own

[RFC libdrm 0/6] Add NVIDIA Tegra support

2014-04-08 Thread Erik Faye-Lund
On Thu, Mar 20, 2014 at 4:23 PM, Erik Faye-Lund wrote: > On Wed, Feb 19, 2014 at 5:04 PM, Thierry Reding > wrote: >> From: Thierry Reding >> >> Hi, >> >> This series adds libdrm-tegra with a very lightweight API on top of the >> kernel interfaces. Most of the functions provided here have been in

[PATCH] drm/radeon: fix audio pin counts for DCE6+

2014-04-08 Thread Christian König
Applied to my 3.15 branch as well. Cheers, Christian. Am 07.04.2014 22:17, schrieb Alex Deucher: > There is actually quite a bit of variance based on > the asic. > > Signed-off-by: Alex Deucher > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/dce6_afmt.c | 14 ++ > d

[PATCH 0/4] Reset i2c connection between xfers (v4)

2014-04-08 Thread Christian König
I've added the patches to my 3.15 queue, but had to fix patch #3 a bit to make it apply cleanly. Thanks, Christian. Am 07.04.2014 16:33, schrieb Alex Deucher: > Updated with Thierry's comments. > > Alex Deucher (4): >drm/radeon/dp: handle zero sized i2c over aux transactions (v2) >drm/dp

[PATCH libdrm 0/4] Minor cleanups

2014-04-08 Thread Eric Anholt
p-signature Size: 818 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/64f1c168/attachment.sig>

[Bug 77009] 24P playback video signal loss with latest DRI patches

2014-04-08 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/323d28e1/attachment-0001.html>

[PATCH v1 19/19] drm: sti: rename mixer registers to be main/aux independent

2014-04-08 Thread Benjamin Gaignard
From: Vincent Abriou Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/sti_mixer.c | 70 - 1 file changed, 35 insertions(+), 35 deletions(-) diff --git a/drivers/gpu/drm/sti/sti_mixer.

[PATCH v1 18/19] drm: sti: add HQVDP driver

2014-04-08 Thread Benjamin Gaignard
High Quality Video Display Plug is a data path for doing high quality treatments (filtering, scaling) on video flow. HQVDP IP is tunneled into compositor via VDP input. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefi

[PATCH v1 17/19] drm: sti: Add DRM driver itself

2014-04-08 Thread Benjamin Gaignard
Make the link between all the hardware drivers and DRM/KMS interface. Create the driver itself and make it register all the sub-components. Use GEM CMA helpers for buffer allocation. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/d

[PATCH v1 16/19] drm: sti: add debug to mixer

2014-04-08 Thread Benjamin Gaignard
Make mixer driver more verbose Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/sti_mixer.c | 164 drivers/gpu/drm/sti/sti_mixer.h | 2 + 2 files changed, 166 insertions(+) diff --g

[PATCH v1 15/19] drm: sti: add debug to TVout

2014-04-08 Thread Benjamin Gaignard
Use debugfs to dump information about TVout Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/sti_tvout.c | 181 1 file changed, 181 insertions(+) diff --git a/drivers/gpu/drm/sti/sti_

[PATCH v1 14/19] drm: sti: add debug to VID

2014-04-08 Thread Benjamin Gaignard
Make VIdeo plug more verbose on what is on going Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/sti_vid.c | 121 ++ drivers/gpu/drm/sti/sti_vid.h | 1 + 2 files changed, 122 inserti

[PATCH v1 13/19] drm: sti: add debug to GDP

2014-04-08 Thread Benjamin Gaignard
Allow to get more detailed debug information on GDP Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/sti_drm_drv.h | 44 +++ drivers/gpu/drm/sti/sti_gdp.c | 235 ++ drivers/gpu/drm

[PATCH v1 12/19] drm: sti: add Compositor

2014-04-08 Thread Benjamin Gaignard
Compositor control all the input sub-devices and the mixer. It is the main entry point for composition. Layer interface is used to control the layer. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Kconfig | 1 +

[PATCH v1 11/19] drm: sti: add Mixer

2014-04-08 Thread Benjamin Gaignard
Mixer hardware IP is responsible of mixing the different inputs layers. Z-order is managed by the mixer. We could 2 mixers: one for main path and one for auxilary path Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile

[PATCH v1 10/19] drm: sti: add VID layer

2014-04-08 Thread Benjamin Gaignard
VIDeo plug are one of the compositor input sub-devices. VID are dedicated to video inputs like YUV plans. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile| 1 + drivers/gpu/drm/sti/sti_layer.h | 4 ++ drivers

[PATCH v1 09/19] drm: sti: add GDP layer

2014-04-08 Thread Benjamin Gaignard
Generic Display Pipeline are one of the compositor input sub-devices. GDP are dedicated to graphic input like RGB plans. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile| 1 + drivers/gpu/drm/sti/sti_gdp.c

[PATCH v1 08/19] drm: sti: add sti layer interface definition

2014-04-08 Thread Benjamin Gaignard
STI hardware have various input sub-devices before mixing block. Each type of sub-device have different capabilities for scaling, filtering or accepted pixel format. This layer interface abstract those differences and make the interaction with compositor more simple. Signed-off-by: Benjamin Gaigna

[PATCH v1 07/19] drm: sti: add TVOut driver

2014-04-08 Thread Benjamin Gaignard
TVout hardware block is responsible to dispatch the data flow coming from compositor block to any of the output (HDMI or Analog TV). It control when output are start/stop and configure according the require flow path. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by:

[PATCH v1 06/19] drm: sti: add HDA driver

2014-04-08 Thread Benjamin Gaignard
Add driver to support analog TV ouput. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile | 1 + drivers/gpu/drm/sti/sti_hda.c | 453 ++ 2 files changed, 454 insertions(+) cr

[PATCH v1 05/19] drm: sti: add I2C client driver for HDMI

2014-04-08 Thread Benjamin Gaignard
Add I2C client driver to retrieve EDID. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile | 3 ++- drivers/gpu/drm/sti/sti_ddc.c | 56 +++ 2 files changed, 58 insertions(+), 1

[PATCH v1 04/19] drm: sti: add HDMI driver

2014-04-08 Thread Benjamin Gaignard
Add driver for HDMI ouput Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- drivers/gpu/drm/sti/Makefile | 5 + drivers/gpu/drm/sti/sti_hdmi.c | 503 + drivers/gpu/drm/sti/sti_hdmi.h

[PATCH v1 03/19] drm: sti: add VTAC drivers

2014-04-08 Thread Benjamin Gaignard
Video Trafic Advance Communication Rx and Tx drivers are designed for inter-die communication. Both Tx and Rx must share the same configuration to communicate that is why vtac_mode[] is shared in sti_vtac_utils.h. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fab

[PATCH v1 02/19] drm: sti: add VTG driver

2014-04-08 Thread Benjamin Gaignard
Video Time Generator drivers are used to synchronize the compositor and tvout hardware IPs by providing line count, sample count, synchronization signals (HSYNC, VSYNC) and top and bottom fields indication. VTG are used by pair for each data path (main or auxiliary): one for master and one for sla

[PATCH v1 01/19] drm: sti: add bindings for DRM driver

2014-04-08 Thread Benjamin Gaignard
Add DRM/KMS driver bindings documentation. Describe the required properties for each of the hardware IPs drivers. Signed-off-by: Benjamin Gaignard Signed-off-by: Vincent Abriou Signed-off-by: Fabien Dessenne --- .../devicetree/bindings/gpu/st,stih4xx.txt | 177 + 1

[PATCH v1 00/19] Add DRM for stih4xx platforms

2014-04-08 Thread Benjamin Gaignard
This series of patches add the support of DRM/KMS drivers for STMicroelectronics chipsets stih416 and stih407. Hardware is split in two main blocks: Compositor and TVout. Each of them includes specific hardware IPs and the display timing are controlled by a specific Video Timing Generator hardwar

[Bug 77009] 24P playback video signal loss with latest DRI patches

2014-04-08 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/a7c4f4ed/attachment.html>

[Bug 77009] 24P playback video signal loss with latest DRI patches

2014-04-08 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/ef37bb66/attachment-0001.html>

[PATCH V2] DRM: Armada: Use devm_ioremap_resource()

2014-04-08 Thread Jingoo Han
Use devm_ioremap_resource() because devm_request_and_ioremap() is obsoleted by devm_ioremap_resource(). Signed-off-by: Jingoo Han --- Changes since v1: - remove unnecessary error message, because devm_ioremap_resource() already prints one in all failure cases. drivers/gpu/drm/armada/armada_cr

[Bug 66963] Rv6xx dpm problems

2014-04-08 Thread bugzilla-dae...@freedesktop.org
g/archives/dri-devel/attachments/20140408/a5481166/attachment.html>

[Bug 66963] Rv6xx dpm problems

2014-04-08 Thread bugzilla-dae...@freedesktop.org
chment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/042820a6/attachment.html>

[PATCH v12][ 03/12] imx-drm: Correct BGR666 and the board's dts that use them.

2014-04-08 Thread Russell King - ARM Linux
On Mon, Apr 07, 2014 at 02:44:42PM +0200, Denis Carikli wrote: > arch/arm/boot/dts/imx51-apf51dev.dts|2 +- > arch/arm/boot/dts/imx53-m53evk.dts |2 +- > drivers/staging/imx-drm/imx-ldb.c |4 ++-- > drivers/staging/imx-drm/ipu-v3/ipu-dc.c |4 ++-- > 4 files changed,

[PATCH] drm/radeon: Improve vramlimit module param documentation

2014-04-08 Thread Lauri Kasanen
Signed-off-by: Lauri Kasanen --- drivers/gpu/drm/radeon/radeon_drv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm/radeon/radeon_drv.c index d0eba48..cf2721a 100644 --- a/drivers/gpu/drm/radeon/radeon_drv.c +++ b/drivers

[PATCH] DRM: Armada: Use devm_ioremap_resource()

2014-04-08 Thread Jingoo Han
On Monday, April 07, 2014 7:53 PM, Thierry Reding wrote: > On Thu, Apr 03, 2014 at 09:31:04AM +0900, Jingoo Han wrote: > > Use devm_ioremap_resource() because devm_request_and_ioremap() is > > obsoleted by devm_ioremap_resource(). > > > > Signed-off-by: Jingoo Han > > --- > > drivers/gpu/drm/arma

[Bug 77009] 24P playback video signal loss with latest DRI patches

2014-04-08 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/b3e1a9b1/attachment.html>

[Bug 65141] Blank screen after resume with radeon driver

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65141 --- Comment #5 from Andreas Wiener --- Created attachment 131721 --> https://bugzilla.kernel.org/attachment.cgi?id=131721&action=edit dmesg after suspend -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 65141] Blank screen after resume with radeon driver

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65141 --- Comment #4 from Andreas Wiener --- Created attachment 131711 --> https://bugzilla.kernel.org/attachment.cgi?id=131711&action=edit dmesg befor suspend -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 65141] Blank screen after resume with radeon driver

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65141 Andreas Wiener changed: What|Removed |Added CC||aw at corti.de --- Comment #3 from Andre

[Bug 77002] hdmi audio problems with 3.14

2014-04-08 Thread bugzilla-dae...@freedesktop.org
L attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/1ddcdaa2/attachment.html>

[Bug 72831] System hangs with kernel 3.13+ and AMD 4550

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

[PATCH] drm/panel/ld9040: add power control sequence

2014-04-08 Thread Andrzej Hajda
Some ld9040 panels do not start without providing power control sequence during initialization. The patch fixes the driver by providing such sequence for all panels. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/panel/panel-ld9040.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drive

[PATCH v12][ 07/12] drm: drm_display_mode: add signal polarity flags

2014-04-08 Thread Andrzej Hajda
On 04/08/2014 10:08 AM, Denis Carikli wrote: > On 04/08/2014 08:36 AM, Andrzej Hajda wrote: >> >> Hi Denis, > Hi, > >>> +#define DRM_MODE_FLAG_POL_PIXDATA_NEGEDGE BIT(1) >>> +#define DRM_MODE_FLAG_POL_PIXDATA_POSEDGE BIT(2) >>> +#define DRM_MODE_FLAG_POL_PIXDATA_PRESERVE BIT(3) >> >> What is the

[PATCH] drm/radeon: fix audio pin counts for DCE6+

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 11:23 AM, Jerome Glisse wrote: > On Mon, Apr 07, 2014 at 04:17:21PM -0400, Alex Deucher wrote: >> There is actually quite a bit of variance based on >> the asic. >> >> Signed-off-by: Alex Deucher >> Cc: stable at vger.kernel.org >> --- >> drivers/gpu/drm/radeon/dce6_afmt.c

[PATCH] drm/radeon: fix audio pin counts for DCE6+ (v2)

2014-04-08 Thread Alex Deucher
There is actually quite a bit of variance based on the asic. v2: fix typo noticed by Jerome. Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/dce6_afmt.c | 14 ++ drivers/gpu/drm/radeon/radeon.h| 5 - 2 files changed, 14 insertions(+), 5

[PATCH] drm/radeon: fix audio pin counts for DCE6+

2014-04-08 Thread Jerome Glisse
On Mon, Apr 07, 2014 at 04:17:21PM -0400, Alex Deucher wrote: > There is actually quite a bit of variance based on > the asic. > > Signed-off-by: Alex Deucher > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/dce6_afmt.c | 14 ++ > drivers/gpu/drm/radeon/radeon.h| 5

[PATCH] drm/radeon: Improve vramlimit module param documentation

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 6:39 AM, Lauri Kasanen wrote: > Signed-off-by: Lauri Kasanen Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/radeon_drv.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/radeon/radeon_drv.c > b/drivers/gpu/drm/radeon/ra

[Bug 72831] System hangs with kernel 3.13+ and AMD 4550

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=72831 Alan changed: What|Removed |Added CC||alan at lxorguk.ukuu.org.uk Component|Vid

[Bug 73041] radeon: not responding, "atombios stuck in loop"

2014-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=73041 Alan changed: What|Removed |Added Assignee|drivers_pci at kernel-bugs.osd |drivers_video-dri at kernel-bu

[PATCH] drm/mm: Don't WARN if drm_mm_reserve_node

2014-04-08 Thread Ben Widawsky
On Mon, Apr 07, 2014 at 10:13:13PM -0700, Jesse Barnes wrote: > On Mon, 7 Apr 2014 23:25:20 +0200 > Daniel Vetter wrote: > > > Jesse's BIOS fb reconstruction code actually relies on the -ENOSPC > > return value to detect overlapping framebuffers (which the bios uses > > always when lighting up m

[PATCH v12][ 07/12] drm: drm_display_mode: add signal polarity flags

2014-04-08 Thread Denis Carikli
On 04/08/2014 08:36 AM, Andrzej Hajda wrote: > > Hi Denis, Hi, >> +#define DRM_MODE_FLAG_POL_PIXDATA_NEGEDGE BIT(1) >> +#define DRM_MODE_FLAG_POL_PIXDATA_POSEDGE BIT(2) >> +#define DRM_MODE_FLAG_POL_PIXDATA_PRESERVE BIT(3) > > What is the purpose of DRM_MODE_FLAG_POL_PIXDATA_PRESERVE? > If 'p

[Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Daniel Vetter
On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula wrote: > Before the conversion to dp aux helpers there was a switch case [1] that > ended up in msg_bytes = 3 for address only start/stop messages > (MODE_I2C_START or MODE_I2C_STOP bit set [2]). With Alex's series in, > but without my patch, we'd send t

[Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Jani Nikula
On Mon, 07 Apr 2014, Daniel Vetter wrote: > On Mon, Apr 7, 2014 at 4:35 PM, Alex Deucher wrote: >> On Mon, Apr 7, 2014 at 5:37 AM, Jani Nikula wrote: >>> To support bare address requests used by the drm dp helpers. >>> >>> Signed-off-by: Jani Nikula >>> >>> --- >>> >>> Hi Alex, similar to Thier

[Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 9:09 AM, Christian K?nig wrote: > Am 08.04.2014 15:04, schrieb Alex Deucher: > >> On Tue, Apr 8, 2014 at 4:03 AM, Daniel Vetter wrote: >>> >>> On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula >>> wrote: Before the conversion to dp aux helpers there was a switch case

[Intel-gfx] [PATCH] drm/i915: support address only i2c-over-aux transactions

2014-04-08 Thread Alex Deucher
On Tue, Apr 8, 2014 at 4:03 AM, Daniel Vetter wrote: > On Tue, Apr 8, 2014 at 8:58 AM, Jani Nikula wrote: >> Before the conversion to dp aux helpers there was a switch case [1] that >> ended up in msg_bytes = 3 for address only start/stop messages >> (MODE_I2C_START or MODE_I2C_STOP bit set [2]).

[PATCH] drm/omap: fix plane rotation

2014-04-08 Thread Tomi Valkeinen
we want to >>> do the same for planes, so it might be a good idea to move >>> crtc->invert_dimensions into plane. >> >> OK I guess I said it wrong.. >> The display I have is 1080x1920 portrait panel. >> For omap_crtc_mode_set(), hdisplay is always 1080 and vdisplay, is >> 1920, regardless of rotation. That is passed over to >> omap_plane_mode_set() and everything works. > > ahh, ok, that makes much more sense.. (sorry, it's been a long time > since I looked at rotation) > > Reviewed-by: Rob Clark I can queue this up in my omapdrm fixes branch. I already have a few there. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/bc501b1c/attachment.sig>

[PATCH v12][ 07/12] drm: drm_display_mode: add signal polarity flags

2014-04-08 Thread Andrzej Hajda
Hi Denis, On 04/07/2014 02:44 PM, Denis Carikli wrote: > We need a way to pass signal polarity informations > between DRM panels, and the display drivers. > > To do that, a pol_flags field was added to drm_display_mode. > > Signed-off-by: Denis Carikli > --- > ChangeLog v11->v12: > - Rebased:

[PATCH v1 00/19] Add DRM for stih4xx platforms

2014-04-08 Thread Rob Clark
On Tue, Apr 8, 2014 at 8:19 AM, Benjamin Gaignard wrote: > This series of patches add the support of DRM/KMS drivers for > STMicroelectronics > chipsets stih416 and stih407. *finally* \o/ one small request.. got a git branch somewhere? This patchset is big enough that it would be convenient fo

[Bug 66963] Rv6xx dpm problems

2014-04-08 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140408/299968a3/attachment.html>

[Bug 77002] hdmi audio problems with 3.14

2014-04-08 Thread bugzilla-dae...@freedesktop.org
3.14.x. Thanks. -- You are receiving 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/20140408/1afeb3c6/attachment.html>

Fwd: WARNING ... drivers/gpu/drm/ttm/ttm_bo_vm.c...

2014-04-08 Thread Thomas Hellstrom
Hi, David, Are there any dev_mapping changes in 3.15 that could cause this? Do we know what happens to vma->vm_file->f_mapping during fork? Thanks, /Thomas Original Message Return-Path:pomidorabelisima at gmail.com Received: from zcs-prod-mta-3.vmware.com (LHLO zcs-

[Bug 77009] 24P playback video signal loss with latest DRI patches

2014-04-08 Thread bugzilla-dae...@freedesktop.org
ref: 10, post 10 >>>> 10 * 10 = 100 max. -- You are receiving 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/20140408/72ec40de/attachment.html>

[git pull] drm merge for v3.15-rc1

2014-04-08 Thread Dave Airlie
Hi Linus, Merge window tree for drm, Highlights: drm: generic display port aux features, primary plane support, drm master management fixes, logging cleanups, enforced locking checks (instead of docs), documentation improvements, minor number handling cleanup, pseudofs for shared inodes. ttm

[PATCH] drm/omap: fix plane rotation

2014-04-08 Thread Grazvydas Ignotas
Gra?vydas On Mon, Apr 7, 2014 at 8:17 PM, Rob Clark wrote: > On Mon, Apr 7, 2014 at 6:32 AM, Grazvydas Ignotas > wrote: >> On Sun, Apr 6, 2014 at 12:45 AM, Rob Clark wrote: >>> On Sat, Apr 5, 2014 at 2:33 PM, Grazvydas Ignotas >>> wrote: Plane rotation with omapdrm is currently broken.

[PATCH v2 1/7] drm/exynos: add super device support

2014-04-08 Thread Inki Dae
Hi Andrzej, 2014-04-07 23:18 GMT+09:00 Andrzej Hajda : > Hi Inki and Tomasz, > > On 04/06/2014 05:15 AM, Inki Dae wrote: > > (...) >> The code creating the list of components to wait for >> (exynos_drm_add_components()) doesn't seem to consider which sub-drivers are >> actually enabled in kernel c