[PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-26 Thread Inki Dae
Hi Javier, 2015-11-24 22:19 GMT+09:00 Javier Martinez Canillas : > Hello Inki, > > On 11/23/2015 11:28 PM, Inki Dae wrote: >> Hi Javier, >> >> 2015년 11월 24일 03:38에 Javier Martinez Canillas 이(가) 쓴 글: >>> Hello Inki, >>> >>> On 11/23/2015 01:47 PM, Inki Dae wrote: 2015-11-23 21:

[PATCH v2 4/5] drm/exynos: mixer: do blending setup in mixer_cfg_layer()

2015-11-26 Thread Inki Dae
2015-11-24 2:44 GMT+09:00 Tobias Jakobi : > Hey Inki, > > > Inki Dae wrote: >> >> >> 2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: >>> This updates the blending setup when the layer configuration >>> changes (triggered by mixer_win_{commit,disable}). >>> >>> To avoid unnecesary recon

[PATCH v2 2/5] drm/exynos: mixer: introduce mixer_layer_blending()

2015-11-26 Thread Inki Dae
2015-11-24 2:44 GMT+09:00 Tobias Jakobi : > Hey Inki, > > > Inki Dae wrote: >> >> >> 2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: >>> This analyses the current layer configuration (which layers >>> are enabled, which have alpha-pixelformat, etc.) and setups >>> blending accordingly.

[PATCH v2 1/5] drm/exynos: mixer: refactor layer setup

2015-11-26 Thread Inki Dae
2015-11-24 2:44 GMT+09:00 Tobias Jakobi : > Hey Inki, > > > Inki Dae wrote: >> Hi Tobias, >> >> 2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: >>> First step in allowing a more generic way to setup complex >>> blending for the different layers. >>> >>> Signed-off-by: Tobias Jakobi >>

[Bug 93032] [radeonsi] gpu lockup after a few minutes of play

2015-11-26 Thread bugzilla-dae...@freedesktop.org
gmentation fault. [Switching to Thread 0xf435db40 (LWP 30291)] 0x in ?? () (gdb) bt #0 0x in ?? () -- 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/20151126/cf23b385/attachment-0001.html>

[PATCH v4 06/13] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver

2015-11-26 Thread Chris Zhong
Hi Thierry Thanks for your feedback. On 11/21/2015 12:07 AM, Thierry Reding wrote: > On Fri, Nov 20, 2015 at 04:15:32PM +0800, Chris Zhong wrote: >> add Synopsys DesignWare MIPI DSI host controller driver support. >> >> Signed-off-by: Chris Zhong >> --- >> >> Changes in v4: >> eliminate some wa

[Bug 93032] [radeonsi] Civilization Beyond Earth segfaults

2015-11-26 Thread bugzilla-dae...@freedesktop.org
ybe 'thread apply all bt' or running the game in valgrind will tell us more. -- 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/20151126/51344771/attachment.html>

[PATCH v5 03/11] drm/rockchip: return a true clock rate to adjusted_mode

2015-11-26 Thread Chris Zhong
Since the mipi dsi driver need to use the clock of vop to make the calculation of Blanking. But sometimes the clock driver can not set a accurate clock_rate for vop, get it by clk_round_rate before mode_set, so we can get the true value. Signed-off-by: Chris Zhong Acked-by: Mark Yao --- Change

[PATCH v5 04/11] drm/dsi: Add a helper to get bits per pixel of MIPI DSI pixel format

2015-11-26 Thread Chris Zhong
From: Liu Ying Signed-off-by: Liu Ying Acked-by: Thierry Reding Signed-off-by: Chris Zhong --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None include/drm/drm_mipi_dsi.h | 14 ++ 1 file changed, 14 insertions(+) diff --git a/include/drm/drm_mipi_

[PATCH v5 05/11] drm: bridge: allow some funcs to be optional

2015-11-26 Thread Chris Zhong
Check the validity of post_disable/pre_enable in bridge->funcs before call them. Signed-off-by: Chris Zhong --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/gpu/drm/drm_bridge.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a

[PATCH v5 07/11] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver

2015-11-26 Thread Chris Zhong
add Synopsys DesignWare MIPI DSI host controller driver support. Signed-off-by: Chris Zhong Signed-off-by: Liu Ying --- Changes in v5: Adviced by Thierry - use hyphens instead of underscore - use encoder in drm_bridge - reformatting the dptdin table - use readx_poll_timeout to check register -

[PATCH v5 08/11] drm: rockchip: Support Synopsys DesignWare MIPI DSI host controller

2015-11-26 Thread Chris Zhong
Add support for Synopsys DesignWare MIPI DSI host controller which is embedded in the rk3288 SoCs. Signed-off-by: Chris Zhong --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None drivers/gpu/drm/rockchip/Kconfig| 10 + drivers/gpu/drm/rockchip/Ma

[PATCH v4 06/13] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver

2015-11-26 Thread Thierry Reding
ps8622 and ptn3460 bridge drivers. On a slightly unrelated note, I'm not sure if we discussed this already or if it was in another thread, but why is this even a bridge driver? A bridge is typically some IC outside of the SoC, whereas this clearly is IP designed into the SoC. So it's really more of an encoder rather than a bridge. Thierry -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/7876d6b5/attachment.sig>

[Bug 91268] R6xx freezes with kernel 3.17 and up

2015-11-26 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/bb5e778c/attachment.html>

[PULL] topic/drm-misc

2015-11-26 Thread Daniel Vetter
Hi Dave, I figured it's more than time to open up drm-next for 4.5 ;-) Here's the first drm-misc pull, with really mostly misc stuff all over. Somewhat invasive is only Ville's change to mark the arg struct for fb_create const - that might conflict with a new driver pull. So better to get in fast

[Bug 44568] Half-Life 1 engine has poor fps is large areas

2015-11-26 Thread bugzilla-dae...@freedesktop.org
scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/7938810e/attachment.html>

[PULL] drm-intel-next

2015-11-26 Thread Daniel Vetter
Hi Dave, drm-intel-next-2015-11-20-rebased: 4 weeks because of my vacation, so a bit more: - final bits of the typesafe register mmio functions (Ville) - power domain fix for hdmi detection (Imre) - tons of fixes and improvements to the psr code (Rodrigo) - refactoring of the dp detection code (An

[Bug 93050] Amdgpu, Tonga "IO_PAGE_FAULT" and "[amdgpu]] *ERROR* amdgpu: ring 0 test failed" result in Kernel Panic

2015-11-26 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/6067b8f6/attachment.html>

[Bug 93017] complete system stalls while changing displays resolutions on a hybrid (intel/radeon) system

2015-11-26 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20151126/2c704bcf/attachment.html>

[Bug 92258] [regression] Opening context menu in Steam running via DRI_PRIME with enabled DRI3 could lead to radeon kernel module crash

2015-11-26 Thread bugzilla-dae...@freedesktop.org
he assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/28694745/attachment.html>

[Bug 93079] Tonga faults and oopses on agd5f drm-fixes-4.4 since fix incorrect mutex usage v3

2015-11-26 Thread bugzilla-dae...@freedesktop.org
ing around those functions, but I can't see how it should cause something like this. -- 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/at

[PATCH v4 06/13] drm/bridge: Add Synopsys DesignWare MIPI DSI host controller driver

2015-11-26 Thread Chris Zhong
On 11/26/2015 04:04 PM, Thierry Reding wrote: > On Thu, Nov 26, 2015 at 03:03:54PM +0800, Chris Zhong wrote: >> Hi Thierry >> >> Thanks for your feedback. >> >> >> On 11/21/2015 12:07 AM, Thierry Reding wrote: >>> On Fri, Nov 20, 2015 at 04:15:32PM +0800, Chris Zhong wrote: add Synopsys Desi

[PATCH] drm/amdgpu: fix userptr flags check

2015-11-26 Thread Christian König
From: Christian König That got messed up while porting it from Radeon. Signed-off-by: Christian König Cc: stable at vger.kernel.org --- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/

[PATCH] drm/i915: more virtual south bridge detection

2015-11-26 Thread Gerd Hoffmann
Commit "30c964a drm/i915: Detect virtual south bridge" detects and handles the southbridge emulated by vmware esx. Add the ich9 south bridge emulated by 'qemu -M q35'. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/i915/i915_drv.c | 3 ++- drivers/gpu/drm/i915/i915_drv.h | 1 + 2 files change

[PATCH 2/2] drm: Serialise multiple event readers

2015-11-26 Thread Thomas Hellstrom
On 11/25/2015 03:56 PM, Chris Wilson wrote: > On Wed, Nov 25, 2015 at 03:44:04PM +0100, Thomas Hellstrom wrote: >> Do you need to take the mutex around other event pullers as well? > We would. I checked in drm/*.c for other users, but not the drivers. > A quick git grep doesn't show any likely cand

[PATCH v3] drm/exynos: add pm_runtime to DECON 7

2015-11-26 Thread Inki Dae
From: Gustavo Padovan Let pm_runtime handle the enabling/disabling of the device with proper refcnt instead of rely on specific flags to track the enabled state. Changelog v3: - revive suspended to keep current dpms mode Changelog v2: - Modify CONFIG_PM_SLEEP -> CONFIG_PM Signed-off-by: Gustav

[PATCH v3] drm/exynos: add pm_runtime to DP

2015-11-26 Thread Inki Dae
From: Gustavo Padovan Let pm_runtime handle the enabling/disabling of the device with proper refcnt instead of rely on specific flags to track the enabled state. Chnagelog v3: - revive dpms_mode to keep current dpms mode. Changelog v2: - no change Signed-off-by: Gustavo Padovan Signed-off-by:

[PATCH v3] drm/exynos: add pm_runtime to HDMI

2015-11-26 Thread Inki Dae
From: Gustavo Padovan Let pm_runtime handle the enabling/disabling of the device with proper refcnt instead of rely on specific flags to track the enabled state. Changelog v3: - revive powered flag to keep current dpms mode Changelog v2: - Mofidy CONFIG_PM_SLEEP -> CONFIG_PM Signed-off-by: Gus

[PATCH v3] drm/exynos: add pm_runtime to FIMD

2015-11-26 Thread Inki Dae
From: Gustavo Padovan Let pm_runtime handle the enabling/disabling of the device with proper refcnt instead of rely on specific flags to track the enabled state. Chnagelog v3: - Revive suspended varable to check the suspend status. Changelog v2: - Remove unnecessary changes which removed commit

[PATCH v3] drm/exynos: add pm_runtime to Mixer

2015-11-26 Thread Inki Dae
From: Gustavo Padovan Let pm_runtime handle the enabling/disabling of the device with proper refcnt instead of rely on specific flags to track the enabled state. Changelog v3: - revive MXR_BIT_POWERED flag to keep current dpms mode. Changelog v2: - no change Signed-off-by: Gustavo Padovan Sig

[PATCH 0/2] drm/exynos: dp: add of_graph dt binding for panel device

2015-11-26 Thread Inki Dae
This patch series adds of_graph dt binding for panel device and fixes wrong return type when the dt binding of bridge device failed. Inki Dae (2): drm/exynos: dp: add of_graph dt binding support for panel drm/exynos: dp: fix wrong return type drivers/gpu/drm/exynos/exynos_dp_core.c | 27

[PATCH 1/2] drm/exynos: dp: add of_graph dt binding support for panel

2015-11-26 Thread Inki Dae
This patch adds of_graph dt binding support for panel device and also keeps the backward compatibility. i.e., The dts file for Exynos5800 based peach pi board has a panel property so we need to keep the backward compatibility. Signed-off-by: Inki Dae --- drivers/gpu/drm/exynos/exynos_dp_core.c

[PATCH 2/2] drm/exynos: dp: fix wrong return type

2015-11-26 Thread Inki Dae
This patch fixes wrong return type when dt binding of bridge device failed. If a board has a bridge device then of_graph_get_remote_port_parent function shouldn't be NULL. So this patch will return a proper error type so that the deferred probe isn't triggered. Signed-off-by: Inki Dae --- drive

[PATCH] drm: adv7511: really enable interrupts for EDID detection

2015-11-26 Thread Lars-Peter Clausen
sc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/de4e15fc/attachment.sig>

[PATCH v3] staging/android: add TODO to de-stage android sync framework

2015-11-26 Thread Gustavo Padovan
From: Gustavo Padovan - remove CONFIG_SW_SYNC_USER, it is used only for testing/debugging and should not be upstreamed. - port CONFIG_SW_SYNC_USER tests interfaces to use debugfs somehow - port libsync tests to kselftest - clean up and ABI check for security issues - move the sync framewo

[PATCH 2/2] drm/exynos: dp: fix wrong return type

2015-11-26 Thread Javier Martinez Canillas
[adding Ajay Kumar who added the bridge support] Hello Inki, On 11/26/2015 09:47 AM, Inki Dae wrote: > This patch fixes wrong return type when dt binding of bridge device > failed. > > If a board has a bridge device then of_graph_get_remote_port_parent > function shouldn't be NULL. So this patch

reservation.h: build error with lockdep disabled

2015-11-26 Thread Russell King - ARM Linux
As of 3c3b177a9369 ("reservation: add suppport for read-only access using rcu") linux/reservation.h uses lockdep macros: +#define reservation_object_held(obj) lockdep_is_held(&(obj)->lock.base) This results in build errors when lockdep is disabled as lockdep_is_held() is only available when lockd

[PATCH] drm: adv7511: really enable interrupts for EDID detection

2015-11-26 Thread Wolfram Sang
ize: 819 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/63bb5766/attachment.sig>

[Intel-gfx] [PATCH] drm/i915: more virtual south bridge detection

2015-11-26 Thread Daniel Vetter
On Thu, Nov 26, 2015 at 12:03:51PM +0100, Gerd Hoffmann wrote: > Commit "30c964a drm/i915: Detect virtual south bridge" detects and > handles the southbridge emulated by vmware esx. Add the ich9 south > bridge emulated by 'qemu -M q35'. > > Signed-off-by: Gerd Hoffmann Queued for -next, thanks

[RFC PATCH 1/2] drm: add support for for clk and de polarity

2015-11-26 Thread Manfred Schlaegl
On 2015-11-25 18:22, Philipp Zabel wrote: > Am Mittwoch, den 15.07.2015, 17:50 +0200 schrieb Manfred Schlaegl: >> To get full support for parallel and LVDS displays with drm: >> Add representation for clock and data enable polarity in drm_display_mode >> flags (similar to HSYNC/VSYNC polarity) and

[PATCH 2/2] drm: Serialise multiple event readers

2015-11-26 Thread Daniel Vetter
On Thu, Nov 26, 2015 at 12:19:43PM +0100, Thomas Hellstrom wrote: > On 11/25/2015 03:56 PM, Chris Wilson wrote: > > On Wed, Nov 25, 2015 at 03:44:04PM +0100, Thomas Hellstrom wrote: > >> Do you need to take the mutex around other event pullers as well? > > We would. I checked in drm/*.c for other u

[PATCH 2/7] drm/vmwgfx: fix a problematic usage of WARN_ON()

2015-11-26 Thread Thomas Hellstrom
Thanks for reporting! This fix was already reported by Dan Carpenter and has already been queued in vmwgfx-fixes-4.4 /Thomas On 11/25/2015 02:12 PM, Geliang Tang wrote: > WARN_ON() takes a condition rather than a format string. This patch > converted WARN_ON() to WARN() instead. > > Signed-off-

[PATCH v2 08/13] exynos: fimg2d: add g2d_set_direction

2015-11-26 Thread Emil Velikov
On 22 November 2015 at 18:48, Tobias Jakobi wrote: > This allows setting the two direction registers, which specify how > the engine blits pixels. This can be used for overlapping blits, > which happen e.g. when 'moving' a rectangular region inside a > fixed buffer. > > Reviewed-by: Hyungwon Hwang

[PATCH v2 00/13] drm/exynos: async G2D and g2d_move()

2015-11-26 Thread Emil Velikov
Hi Tobias, On 22 November 2015 at 18:48, Tobias Jakobi wrote: > Hello, > > this series mostly touches G2D code. It introduces the following: > > (1) drmHandleEvent2() is added to enable processing of vendor-specific > events. This will be used to expose asynchronous operation of the > G2D

[PATCH v2 08/13] exynos: fimg2d: add g2d_set_direction

2015-11-26 Thread Tobias Jakobi
Hello Emil, my main system which I also used for development was stolen on Tuesday, so I won't be working on this series anytime soon. If anyone wants to pick it up, please go ahead. - Tobias Emil Velikov wrote: > On 22 November 2015 at 18:48, Tobias Jakobi > wrote: >> This allows setting the

[PATCH v3 1/3] modetest: introduce get_prop_info() for getting property id and type

2015-11-26 Thread Emil Velikov
Hi Hyungwon I completely missed out that you've sent an updated version of the series. I will take a look at them later on tonight. Meanwhile have you looked at the atomic tests/helpers work from Thierry [1] ? It creates nice simple helpers (as opposed to a single massive C file like modetest) and

[PATCH v2 4/5] drm/exynos: mixer: do blending setup in mixer_cfg_layer()

2015-11-26 Thread Tobias Jakobi
Hello Inki, my main system which I also used for development was stolen on Tuesday, so I won't be working on this series anytime soon. If anyone wants to pick it up, please go ahead. - Tobias Inki Dae wrote: > 2015-11-24 2:44 GMT+09:00 Tobias Jakobi : >> Hey Inki, >> >> >> Inki Dae wrote: >>> >

[PATCH v2 08/13] exynos: fimg2d: add g2d_set_direction

2015-11-26 Thread Emil Velikov
On 26 November 2015 at 16:41, Tobias Jakobi wrote: > Hello Emil, > > my main system which I also used for development was stolen on Tuesday, > so I won't be working on this series anytime soon. If anyone wants to > pick it up, please go ahead. > Sad to hear that x2. You've been doing some good wor

[PATCH] drm/edid: Make the detailed timing CEA/HDMI mode fixup accept up to 5kHz clock difference

2015-11-26 Thread Ville Syrjälä
On Mon, Nov 16, 2015 at 09:05:12PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Rather than using drm_match_cea_mode() to see if the EDID detailed > timings are supposed to represent one of the CEA/HDMI modes, add a > special version of that function that takes in a

[Bug 92850] Segfault loading War Thunder

2015-11-26 Thread bugzilla-dae...@freedesktop.org
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/20151126/76b73bbd/attachment.html>

4.3 nouveau regression: nv04_fbcon_imageblit(?) deadlock

2015-11-26 Thread Ilia Mirkin
On Thu, Nov 26, 2015 at 12:10 PM, Meelis Roos wrote: > Hello, this is a report about a PC with 3 nvidia cards - PCI-E NV44, AGP > NV34 and PCI NV05. Only NV44 has monitor attached currently. > > 4.2.0 (both packaged and self-compiled) worked fine, 4.3.0 and 4.4-rc2 > exhibit a problem: after the s

4.3 nouveau regression: nv04_fbcon_imageblit(?) deadlock

2015-11-26 Thread Meelis Roos
Hello, this is a report about a PC with 3 nvidia cards - PCI-E NV44, AGP NV34 and PCI NV05. Only NV44 has monitor attached currently. 4.2.0 (both packaged and self-compiled) worked fine, 4.3.0 and 4.4-rc2 exhibit a problem: after the system has started up, I start getting messages like INFO: ta

[PATCH] drm: rcar-du: Perform initialization/cleanup at probe/remove time

2015-11-26 Thread Laurent Pinchart
Hi Daniel, On Wednesday 21 October 2015 17:39:45 Daniel Vetter wrote: > On Wed, Oct 21, 2015 at 06:16:08PM +0300, Laurent Pinchart wrote: > > On Tuesday 20 October 2015 09:32:13 Daniel Vetter wrote: > >> On Tue, Oct 20, 2015 at 01:51:54AM +0300, Laurent Pinchart wrote: > >>> The drm driver .load()

[PATCH v2] drm: rcar-du: Perform initialization/cleanup at probe/remove time

2015-11-26 Thread Laurent Pinchart
The drm driver .load() operation is prone to race conditions as it initializes the driver after registering the device nodes. Its usage is deprecated, inline it in the probe function and call drm_dev_alloc() and drm_dev_register() explicitly. For consistency inline the .unload() handler in the rem

[PATCH 1/2] drm: Avoid calling the cursor_set2 callback from the drm_mode_cursor ioctl

2015-11-26 Thread Thomas Hellstrom
If the drm_mode_cursor_ioctl is called and the cursor_set2 callback is implemented, the cursor hotspot is set to (0,0) which is incompatible with vmwgfx where the hotspot should instead remain unchanged. So if the driver implements both cursor_set2 and cursor_set, prefer calling the latter from th

[PATCH 2/2] drm/vmwgfx: Implement the cursor_set2 callback

2015-11-26 Thread Thomas Hellstrom
Fixes native drm clients like Fedora 23 Wayland which now appears to be able to use cursor hotspots without strange cursor offsets. Also fixes a couple of ignored error paths. Signed-off-by: Thomas Hellstrom Reviewed-by: Sinclair Yeh --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 43 +++

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2015-11-26 Thread bugzilla-dae...@freedesktop.org
of the requested files. -- 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/20151126/dfa4f947/attachment.html>

[Bug 91880] Radeonsi on Grenada cards (r9 390) exceptionally unstable and poorly performing

2015-11-26 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/250548b2/attachment.html>

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

2015-11-26 Thread bugzilla-dae...@freedesktop.org
ists.freedesktop.org/archives/dri-devel/attachments/20151126/f2887455/attachment.html>

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

2015-11-26 Thread bugzilla-dae...@freedesktop.org
ssignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20151126/b11ed831/attachment.html>

[PATCH v3 2/3] modetest: add atomic modeset support

2015-11-26 Thread Emil Velikov
On 23 September 2015 at 03:45, Hyungwon Hwang wrote: > This patch adds support for atomic modeset. Using -a option, user can > make modeset to use DRM_IOCTL_MODE_ATOMIC instead of legacy IOCTLs. > Also, by using -w option, user can set the property as before. > > Signed-off-by: Hyungwon Hwang >

[PATCH v3 3/3] modetest: add atomic page flip support

2015-11-26 Thread Emil Velikov
On 23 September 2015 at 03:45, Hyungwon Hwang wrote: > This patch adds support for atomic page flip. User can specify -V option > with the plane id for testing atomic page flipping. > > Signed-off-by: Hyungwon Hwang > --- > tests/modetest/modetest.c | 195 >

[PATCH v6 10/12] clk: mediatek: make dpi0_sel and hdmi_sel not propagate rate changes

2015-11-26 Thread James Liao
On Wed, 2015-11-18 at 18:34 +0100, Philipp Zabel wrote: > These muxes are supposed to select a fitting divider after the PLL > is already set to the correct rate. > > Signed-off-by: Philipp Zabel Acked-by: James Liao > --- > drivers/clk/mediatek/clk-mt8173.c | 4 ++-- > drivers/clk/mediatek/c

[PATCH v8 02/17] drm: bridge: analogix/dp: split exynos dp driver to bridge directory

2015-11-26 Thread Heiko Stübner
Hi Yakir, Am Mittwoch, 28. Oktober 2015, 16:21:59 schrieb Yakir Yang: > Split the dp core driver from exynos directory to bridge directory, > and rename the core driver to analogix_dp_*, rename the platform > code to exynos_dp. > > Beside the new analogix_dp driver would export four hooks. > "ana

[PATCH v5 0/11] Add mipi dsi support for rk3288

2015-11-26 Thread Chris Zhong
The rk3288 MIPI DSI is a Synopsys DesignWare MIPI DSI host controller IP. This series adds support for a Synopsys DesignWare MIPI DSI host controller DRM bridge driver and a rockchip MIPI DSI specific DRM driver. This series also includes a DRM panel driver for BOE TV080WUM-NL0 panel. This panel o

[PATCH v6 11/12] clk: mediatek: Add hdmi_ref HDMI PHY PLL reference clock output

2015-11-26 Thread James Liao
On Wed, 2015-11-18 at 18:34 +0100, Philipp Zabel wrote: > The configurable hdmi_ref output of the PLL block is derived from > the tvdpll_594m clock signal via a configurable PLL post-divider. > It is used as the PLL reference input to the HDMI PHY module. > > Signed-off-by: Philipp Zabel Acked-b

reservation.h: build error with lockdep disabled

2015-11-26 Thread Paul E. McKenney
On Thu, Nov 26, 2015 at 01:43:40PM +, Russell King - ARM Linux wrote: > As of 3c3b177a9369 ("reservation: add suppport for read-only access > using rcu") linux/reservation.h uses lockdep macros: > > +#define reservation_object_held(obj) lockdep_is_held(&(obj)->lock.base) > > This results in b

[PATCH] bug_fix : access freed memory

2015-11-26 Thread KIM JUGNBAE
sync_fenc_free & fence_check_cb_func would be executed at other cpu. fence_check_cb_func access freed fence memory after kfree(fence) at sync_fence_free. To escaped this issue, atomic_read(&fence->status) need to be protected by child_list_lock. Signed-off-by: "kimjungbae\" " " --- drivers/dma-bu