[PATCH 1/3] drm/radeon: stop poisoning the GART TLB

2014-06-23 Thread Michel Dänzer
On 19.06.2014 18:45, Christian K?nig wrote: > Am 19.06.2014 03:48, schrieb Michel D?nzer: >> On 15.06.2014 21:48, Christian K?nig wrote: >>> >>> No idea what goes wrong when Marek runs piglit, but 3.15.0+"stop >>> poisoning the GART TLB"+"force_gtt" is rock solid here. >> FWIW, 3.15 doesn't survive

[REPOST PATCH 4/8] android: convert sync to fence api, v5

2014-06-23 Thread Maarten Lankhorst
Hey, op 20-06-14 22:52, Thierry Reding schreef: > On Thu, Jun 19, 2014 at 02:28:14PM +0200, Daniel Vetter wrote: >> On Thu, Jun 19, 2014 at 1:48 PM, Thierry Reding >> wrote: > With these changes, can we pull the android sync logic out of > drivers/staging/ now? Afaik the google guys

[PATCH] drm: fix uninitialized acquire_ctx fields (v2)

2014-06-23 Thread Jani Nikula
On Wed, 18 Jun 2014, Ville Syrj?l? wrote: > On Sat, Jun 07, 2014 at 10:55:39AM -0400, Rob Clark wrote: >> The acquire ctx will typically be declared on the stack, which means we >> could have garbage values for any uninitialized field. In this case, it >> was triggering WARN_ON()s because 'conten

[PATCH 1/2] Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"

2014-06-23 Thread Michel Dänzer
On 18.06.2014 18:14, Christian K?nig wrote: > Am 18.06.2014 07:53, schrieb Michel D?nzer: >> >> Looking into these issues has got me thinking about the use of the page >> flip interrupt: If the page flip interrupt arrives before the >> corresponding >> vertical blank interrupt, the DRM vblank count

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-23 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140623/7ab32f58/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-06-23 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140623/645f4b68/attachment.html>

[Bug 79980] Random radeonsi crashes

2014-06-23 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140623/2ae119ac/attachment.html>

[PATCH] drm/exynos: disable unused windows on apply

2014-06-23 Thread Andrzej Hajda
Gently ping. Regards Andrzej On 06/09/2014 04:10 PM, Andrzej Hajda wrote: > The patch disables non-enabled HW windows on applying > configuration, it will allow to clear windows enabled > by bootloader. > > Signed-off-by: Andrzej Hajda > --- > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 2 ++ >

[PATCH] drm/exynos: disable unused windows on apply

2014-06-23 Thread Inki Dae
On 2014? 06? 23? 21:12, Andrzej Hajda wrote: > Gently ping. Oops, sorry. Applied. Thanks, Inki Dae > > Regards > Andrzej > > On 06/09/2014 04:10 PM, Andrzej Hajda wrote: >> The patch disables non-enabled HW windows on applying >> configuration, it will allow to clear windows enabled >> by boo

[PATCH 1/2] Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"

2014-06-23 Thread Christian König
Am 23.06.2014 11:34, schrieb Michel D?nzer: > On 18.06.2014 18:14, Christian K?nig wrote: >> Am 18.06.2014 07:53, schrieb Michel D?nzer: >>> Looking into these issues has got me thinking about the use of the page >>> flip interrupt: If the page flip interrupt arrives before the >>> corresponding >>

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Pavel Machek
On Sun 2014-06-22 22:12:14, Ilia Mirkin wrote: > On Sat, Jun 21, 2014 at 3:45 PM, Greg KH wrote: > > On Sat, Jun 21, 2014 at 02:22:59PM -0400, Ilia Mirkin wrote: > >> On Sat, Jun 21, 2014 at 2:02 PM, Pavel Machek wrote: > >> > Hi! > >> > > >> > AFAICT, pstate file will contain something like > >>

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 9:02 AM, Pavel Machek wrote: > On Sun 2014-06-22 22:12:14, Ilia Mirkin wrote: >> On Sat, Jun 21, 2014 at 3:45 PM, Greg KH wrote: >> > On Sat, Jun 21, 2014 at 02:22:59PM -0400, Ilia Mirkin wrote: >> >> On Sat, Jun 21, 2014 at 2:02 PM, Pavel Machek wrote: >> >> > Hi! >> >>

[PATCH 00/22] Add and use pci_zalloc_consistent

2014-06-23 Thread Joe Perches
Adding the helper reduces object code size as well as overall source size line count. It's also consistent with all the various zalloc mechanisms in the kernel. Done with a simple cocci script and some typing. Joe Perches (22): pci-dma-compat: Add pci_zalloc_consistent helper atm: Use pci_za

[PATCH 06/22] i810: Use pci_zalloc_consistent

2014-06-23 Thread Joe Perches
Remove the now unnecessary memset too. Signed-off-by: Joe Perches --- drivers/gpu/drm/i810/i810_dma.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i810/i810_dma.c b/drivers/gpu/drm/i810/i810_dma.c index e88bac1..bae897d 100644 --- a/drivers/gpu/drm/i81

[PATCH V4 00/10] drm: exynos: few patches to enhance bridge chip support

2014-06-23 Thread Rahul Sharma
Hi Ajay, Inki, I tested this series for Exynos5420 based peach-pit board, Exynos5800 based Peach-pi board and Exynos5250 based Snow board. I verified with the chrome test environment and able to see upto Login Screen. DPMS on/off functionality and S2R is also working fine for Display. therefore:

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2014-06-23 Thread bugzilla-dae...@freedesktop.org
|module is loaded (R9 270X) |is on (R9 270X) -- 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/20140623/eaf019de/attachm

[Bug 72921] DPM Power Cycle with AMD A8-6600K & MSI FM2-A55M-E33

2014-06-23 Thread bugzilla-dae...@freedesktop.org
ing 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/20140623/c6211319/attachment.html>

[PATCH V4 00/10] drm: exynos: few patches to enhance bridge chip support

2014-06-23 Thread Tomasz Figa
Hi Rahul, On 23.06.2014 15:58, Rahul Sharma wrote: > Hi Ajay, Inki, > > I tested this series for Exynos5420 based peach-pit board, > Exynos5800 based Peach-pi board and Exynos5250 based > Snow board. I verified with the chrome test environment and > able to see upto Login Screen. DPMS on/off func

[Bug 78221] 3.16 RC1: AMD R9 270 GPU locks up on some heavy 2D activity - GPU VM fault occurs. (possibly DMA copying issue strikes back?)

2014-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=78221 --- Comment #7 from Alex Deucher --- Created attachment 140711 --> https://bugzilla.kernel.org/attachment.cgi?id=140711&action=edit patch 1/2 Does this patch set help? -- You are receiving this mail because: You are watching the assignee of t

[Bug 78221] 3.16 RC1: AMD R9 270 GPU locks up on some heavy 2D activity - GPU VM fault occurs. (possibly DMA copying issue strikes back?)

2014-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=78221 --- Comment #8 from Alex Deucher --- Created attachment 140721 --> https://bugzilla.kernel.org/attachment.cgi?id=140721&action=edit patch 2/2 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 78661] GPU sometimes locks up after boot and/or resume

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

[PATCH] drm: Change link order to load modules first

2014-06-23 Thread Thierry Reding
next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140623/f0ec452e/attachment.sig>

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Greg KH
On Sun, Jun 22, 2014 at 10:12:14PM -0400, Ilia Mirkin wrote: > On Sat, Jun 21, 2014 at 3:45 PM, Greg KH wrote: > > On Sat, Jun 21, 2014 at 02:22:59PM -0400, Ilia Mirkin wrote: > >> On Sat, Jun 21, 2014 at 2:02 PM, Pavel Machek wrote: > >> > Hi! > >> > > >> > AFAICT, pstate file will contain somet

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 12:07 PM, Greg KH wrote: > On Sun, Jun 22, 2014 at 10:12:14PM -0400, Ilia Mirkin wrote: >> On Sat, Jun 21, 2014 at 3:45 PM, Greg KH wrote: >> > On Sat, Jun 21, 2014 at 02:22:59PM -0400, Ilia Mirkin wrote: >> >> On Sat, Jun 21, 2014 at 2:02 PM, Pavel Machek wrote: >> >> >

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Greg KH
On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: > On Mon, Jun 23, 2014 at 12:07 PM, Greg KH wrote: > > On Sun, Jun 22, 2014 at 10:12:14PM -0400, Ilia Mirkin wrote: > >> On Sat, Jun 21, 2014 at 3:45 PM, Greg KH wrote: > >> > On Sat, Jun 21, 2014 at 02:22:59PM -0400, Ilia Mirkin wrote:

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: > On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: >> On Mon, Jun 23, 2014 at 12:07 PM, Greg KH wrote: >> > On Sun, Jun 22, 2014 at 10:12:14PM -0400, Ilia Mirkin wrote: >> >> On Sat, Jun 21, 2014 at 3:45 PM, Greg KH wrote: >> >> > On S

[PATCH V4 04/10] drm/panel: Add driver for lvds/edp based panels

2014-06-23 Thread Christian Gmeiner
Hi 2014-06-11 20:27 GMT+02:00 Ajay Kumar : > This patch adds a simple driver to handle all the LCD and LED > powerup/down routines needed to support eDP/LVDS panels. > > The LCD and LED units are usually powered up via regulators, > and almost on all boards, we will have a BACKLIGHT_EN pin to > e

[PATCH 3/3] drm/radeon: enable bapm by default on desktop TN/RL boards

2014-06-23 Thread Lucas Stach
Am Mittwoch, den 18.06.2014, 16:25 -0400 schrieb Alex Deucher: > bapm enabled the GPU and CPU to share TDP headroom. It was > disabled by default since some laptops hung when it was enabled > in conjunction with dpm. It seems to be stable on desktop > boards and fixes hangs on boot with dpm enabl

[PATCH 3/3] drm/radeon: enable bapm by default on desktop TN/RL boards

2014-06-23 Thread Alex Deucher
On Mon, Jun 23, 2014 at 12:57 PM, Lucas Stach wrote: > Am Mittwoch, den 18.06.2014, 16:25 -0400 schrieb Alex Deucher: >> bapm enabled the GPU and CPU to share TDP headroom. It was >> disabled by default since some laptops hung when it was enabled >> in conjunction with dpm. It seems to be stable

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Martin Peres
Le 23/06/2014 18:40, Ilia Mirkin a ?crit : > On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: >> On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: >> A list of valid "values" that a file can be in is fine if you just then >> write one value back to that file. That's the one exception,

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 1:46 PM, Martin Peres wrote: > Le 23/06/2014 18:40, Ilia Mirkin a ?crit : >> >> On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: >>> >>> On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: >>> A list of valid "values" that a file can be in is fine if you just then

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Martin Peres
Le 23/06/2014 19:56, Ilia Mirkin a ?crit : > On Mon, Jun 23, 2014 at 1:46 PM, Martin Peres wrote: >> Le 23/06/2014 18:40, Ilia Mirkin a ?crit : >>> >>> On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: A list of valid "val

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 2:00 PM, Martin Peres wrote: > Le 23/06/2014 19:56, Ilia Mirkin a ?crit : > >> On Mon, Jun 23, 2014 at 1:46 PM, Martin Peres >> wrote: >>> >>> Le 23/06/2014 18:40, Ilia Mirkin a ?crit : On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: > > > On M

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Greg KH
On Mon, Jun 23, 2014 at 12:40:43PM -0400, Ilia Mirkin wrote: > On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: > > On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: > >> On Mon, Jun 23, 2014 at 12:07 PM, Greg KH wrote: > >> > On Sun, Jun 22, 2014 at 10:12:14PM -0400, Ilia Mirkin wrote

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Greg KH
On Mon, Jun 23, 2014 at 07:46:03PM +0200, Martin Peres wrote: > Le 23/06/2014 18:40, Ilia Mirkin a ?crit : > >On Mon, Jun 23, 2014 at 12:36 PM, Greg KH wrote: > >>On Mon, Jun 23, 2014 at 12:18:51PM -0400, Ilia Mirkin wrote: > >>A list of valid "values" that a file can be in is fine if you just the

[Bug 80419] New: XCOM: Enemy Known Causes lockup

2014-06-23 Thread bugzilla-dae...@freedesktop.org
on the issue was to use Catalyst. -- 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/20140623/4dc7a25b/attachment-0001.html>

[Bug 80419] XCOM: Enemy Unknown Causes lockup

2014-06-23 Thread bugzilla-dae...@freedesktop.org
Causes |lockup |lockup -- 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/20140623/6fd16

[Bug 80141] Fails to page flip multiple time, queue overflows waiting for one to finish that never does crashing entire system.

2014-06-23 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140623/a50ce423/attachment.html>

[PATCH 00/22] Add and use pci_zalloc_consistent

2014-06-23 Thread Joe Perches
On Mon, 2014-06-23 at 10:25 -0700, Luis R. Rodriguez wrote: > On Mon, Jun 23, 2014 at 06:41:28AM -0700, Joe Perches wrote: > > Adding the helper reduces object code size as well as overall > > source size line count. > > > > It's also consistent with all the various zalloc mechanisms > > in the ke

[PATCH 1/2] Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"

2014-06-23 Thread Dieter Nützel
Am 23.06.2014 11:34, schrieb Michel D?nzer: > On 18.06.2014 18:14, Christian K?nig wrote: >> Am 18.06.2014 07:53, schrieb Michel D?nzer: >>> >>> Looking into these issues has got me thinking about the use of the >>> page >>> flip interrupt: If the page flip interrupt arrives before the >>> corres

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Pavel Machek
Hi! > >> >> > I guess better interface would be something like > >> >> > > >> >> > pstate/07/core_clock_min > >> >> > core_clock_max > >> >> > memory_clock_min > >> >> > memory_clock_max > >> >> > > >> >> > and then pstate/active containing just the number of active s

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 4:15 PM, Pavel Machek wrote: > Hi! > >> >> >> > I guess better interface would be something like >> >> >> > >> >> >> > pstate/07/core_clock_min >> >> >> > core_clock_max >> >> >> > memory_clock_min >> >> >> > memory_clock_max >> >> >> > >> >> >

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Greg KH
On Mon, Jun 23, 2014 at 04:18:39PM -0400, Ilia Mirkin wrote: > On Mon, Jun 23, 2014 at 4:15 PM, Pavel Machek wrote: > > Hi! > > > >> >> >> > I guess better interface would be something like > >> >> >> > > >> >> >> > pstate/07/core_clock_min > >> >> >> > core_clock_max > >> >> >> >

unparseable, undocumented /sys/class/drm/.../pstate

2014-06-23 Thread Ilia Mirkin
On Mon, Jun 23, 2014 at 4:26 PM, Greg KH wrote: > On Mon, Jun 23, 2014 at 04:18:39PM -0400, Ilia Mirkin wrote: >> On Mon, Jun 23, 2014 at 4:15 PM, Pavel Machek wrote: >> > Hi! >> > >> >> >> >> > I guess better interface would be something like >> >> >> >> > >> >> >> >> > pstate/07/core_clock_min

[PATCH 1/2] Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"

2014-06-23 Thread Dieter Nützel
Am 23.06.2014 21:46, schrieb Dieter N?tzel: > Am 23.06.2014 11:34, schrieb Michel D?nzer: >> On 18.06.2014 18:14, Christian K?nig wrote: >>> Am 18.06.2014 07:53, schrieb Michel D?nzer: Looking into these issues has got me thinking about the use of the page flip interrupt: If t

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 andre+kernel at ramaciotti.com changed: What|Removed |Added CC||andre+kernel at ramaciotti

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-06-23 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 --- Comment #44 from Alex Deucher --- (In reply to andre+kernel from comment #43) > I'm experiencing the same problem with a XFX Radeon HD 7870 GHz Edition. > I've tried both appending radeon.audio=0 to the kernel parameters and > blacklisting sn

[Bug 78453] [HAWAII] Get acceleration working

2014-06-23 Thread bugzilla-dae...@freedesktop.org
ng tiling running again and use R600_DEBUG=nodma. Do I have to do anything about si_get_backend_mask() ? -- 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/20140623/fe61e2e7/attachment.html>

[Bug 76490] Hang during boot when DPM is on (R9 270X)

2014-06-23 Thread bugzilla-dae...@freedesktop.org
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/20140623/4ab34769/attachment.html>

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

2014-06-23 Thread Guido Martínez
Hi Rob, On Tue, Jun 17, 2014 at 11:17:02AM -0300, 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 danglin

[PATCH 2/5 v2] drm/exynos: stop mixer before gating clocks during poweroff

2014-06-23 Thread Rahul Sharma
Mixer should be power gated only after it is gracefully stopped. The recommended sequence is to Stop the mixer and wait till it enters to IDLE state before gating the clocks and power to the mixer. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_mixer.c | 15 +++ driv

[PATCH 1/5 v2] drm/exynos: set power state variable after enabling clocks and power

2014-06-23 Thread Rahul Sharma
Power state variable holds the state of the mixer device. Power on and power off functions are toggling these variable at wrong place. State variable should be changed to true only after Runtime PM and clocks are enabled. Else it may result to a situation where mixer registers are accessed with de

[PATCH] drm: Change link order to load modules first

2014-06-23 Thread Ezequiel Garcia
Hi Thierry, Thanks for looking at this. On 23 Jun 04:58 PM, Thierry Reding wrote: > On Sun, Jun 22, 2014 at 10:14:36PM -0300, Ezequiel Garcia wrote: > > Given panels and I2C-connected encoders are required by DRM drivers, > > we need to change the link order so these are probed first. This commit

[PATCH 0/5 v2] drm/exynos: fix for misc issues related to exynos mixer

2014-06-23 Thread Rahul Sharma
Fixes for various issues which are to Power On/Off sequence, Layer update, waiting for vblank in exynos mixer driver. v2: 1) Repalce mixer_enable_vblank with drm_vblank_get. This series is based on exynos-drm-fixes branch in Inki dae's tree. Rahul Sharma (5): drm/exynos: set power state variab

[PATCH 3/5 v2] drm/exynos: allow mulitple layer updates per vsync for mixer

2014-06-23 Thread Rahul Sharma
Allowing only one layer update per vsync can cause issues while there are update available for both layers. There is a good amount of possibility to loose updates if we allow single update per vsync. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_mixer.c |7 +-- 1 file cha

[PATCH 4/5 v2] drm/exynos: soft reset mixer before reconfigure after power-on

2014-06-23 Thread Rahul Sharma
Mixer soft reset is a recommended step before reconfiguring the mixer after power on. Mixer looses the previous state of DMAs if soft reset. This is the recommendation from the hardware team. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_mixer.c |2 ++ 1 file changed, 2 inser

[PATCH v2] drm/exynos: defer hdmi probe when fail to get regulators

2014-06-23 Thread Rahul Sharma
HDMI probe proceeds with dummy regulators when the regulators are not provided in DT node or regulator provider has not get probed or failed to register the regulators. This patch modify hdmi driver to defer the probe in case the regulators are not available. Signed-off-by: Rahul Sharma --- v2:

[PATCH V4 04/10] drm/panel: Add driver for lvds/edp based panels

2014-06-23 Thread Javier Martinez Canillas
Hello Ajay, Not an extensive review since I'm not familiar with the graphics stack but a few things I noticed are commented below. On Wed, Jun 11, 2014 at 8:27 PM, Ajay Kumar wrote: > This patch adds a simple driver to handle all the LCD and LED > powerup/down routines needed to support eDP/LVDS

[PATCH 5/5 v2] drm/exynos: enable vsync interrupt while waiting for vblank

2014-06-23 Thread Rahul Sharma
mixer_wait_for_vblank function expects that the upcoming vsync interrupt handler routine will clear the wait_vsync_event atomic variable. For this to happen, interrupts should be enabled and disabled properly. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_mixer.c |4 1

[PATCH V4 00/10] drm: exynos: few patches to enhance bridge chip support

2014-06-23 Thread Javier Martinez Canillas
Hello, On Fri, Jun 20, 2014 at 5:51 PM, Inki Dae wrote: > 2014-06-20 17:06 GMT+09:00 Ajay kumar : >> ping. > > I will have a review soon but I'm afraid that I cannot have a test yet > because I have no any board with panel based on eDP and LVDS so wait > for until I get a board. > Otherwise, can

[PATCH 00/22] Add and use pci_zalloc_consistent

2014-06-23 Thread Luis R. Rodriguez
On Mon, Jun 23, 2014 at 06:41:28AM -0700, Joe Perches wrote: > Adding the helper reduces object code size as well as overall > source size line count. > > It's also consistent with all the various zalloc mechanisms > in the kernel. > > Done with a simple cocci script and some typing. Awesome, an

[PATCH 00/22] Add and use pci_zalloc_consistent

2014-06-23 Thread David Miller
From: Joe Perches Date: Mon, 23 Jun 2014 06:41:28 -0700 > Adding the helper reduces object code size as well as overall > source size line count. > > It's also consistent with all the various zalloc mechanisms > in the kernel. > > Done with a simple cocci script and some typing. For networking

[PATCH 1/3] drm/radeon: stop poisoning the GART TLB

2014-06-23 Thread Christian König
e try with the two attached patches applied on top of 3.15 and retest. They should revert back to the old implementation. Thanks for the help, Christian. -- next part -- A non-text attachment was scrubbed... Name: 0001-drm-radeon-Revert-drop-non-blocking-allocations-from.patc

[PATCH V4 09/10] drm/bridge: Add ps8622/ps8625 bridge driver

2014-06-23 Thread Javier Martinez Canillas
Hello Ajay, On Wed, Jun 11, 2014 at 8:27 PM, Ajay Kumar wrote: > From: Vincent Palatin > > This patch adds drm_bridge driver for parade DisplayPort > to LVDS bridge chip. > > Signed-off-by: Vincent Palatin > Signed-off-by: Andrew Bresticker > Signed-off-by: Sean Paul > Signed-off-by: Rahul Sh