[PATCH v5 00/12] Enable GPU switching on pre-retina MacBook Pro

2016-02-01 Thread Lukas Wunner
Hi, On Mon, Jan 11, 2016 at 08:09:20PM +0100, Lukas Wunner wrote: > Enable GPU switching on the pre-retina MacBook Pro (2008 - 2013), v5. This series hasn't seen any reviews or acks unfortunately. Any takers? Merging this would allow fdo #61115 to be closed (currently assigned to intel-gfx). FW

[PATCH v8 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

2016-02-01 Thread Daniel Kurtz
On Mon, Feb 1, 2016 at 12:13 PM, Jitao Shi wrote: > This patch adds drm_bridge driver for parade DSI to eDP bridge chip. > > Signed-off-by: Jitao Shi > --- > Changes since v7: > - Change ps8640_regw to ps8640_regw_bytes and remove devm_kzalloc > - Fine tune ps8640 power squence > - Add ps8640_

[PATCH 06/10] staging/android: turn fence_info into a __64 pointer

2016-02-01 Thread Gustavo Padovan
Hi Maarten, 2016-02-01 Maarten Lankhorst : > Op 29-01-16 om 22:20 schreef Gustavo Padovan: > > From: Gustavo Padovan > > > > Making fence_info a pointer enables us to extend the struct in the future > > without breaking the ABI. > > > > Signed-off-by: Gustavo Padovan > > --- > > drivers/stagin

[GIT PULL] exynos-drm-fixes

2016-02-01 Thread Inki Dae
Hi Dave, Just regression fixes. - Fix build warning and error without PM configuration - Fix no display issue on Snow board reported by Michal Suchanek, http://www.spinics.net/lists/dri-devel/msg99473.html Plese, kindly let me know if there is any problem. Thanks, Inki Dae The

[PATCH] amdgpu acp support drm-fixes-4.5

2016-02-01 Thread Alex Deucher
Hi Dave, These patches add ACP support to amdgpu. I would have sent these in for the merge window but they depended on audio and pm tree changes that all went upstream in 4.5 so they were not available in the drm tree at the time. Chances of regressions are low since this just adds support for a

[PATCH v2 0/3] drm: adv7511: edid read fixes

2016-02-01 Thread Wolfram Sang
-- 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/20160201/5a5d9139/attachment.sig>

[PATCH v2 1/3] drm: adv7511: really enable interrupts for EDID detection

2016-02-01 Thread Wolfram Sang
C... -- 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/20160201/4146ffc2/attachment.sig>

drm: imx: callback after probe deferral not working

2016-02-01 Thread Akshay Bhat
onents API. He has posted a patch here: > > http://www.spinics.net/lists/arm-kernel/msg477090.html > > Russell has added it to his branch, seems to be available in linux-next > as commit 57480484f9f7631738ef2. > > Best regards, > Liviu > Liviu, I re-tested with next-20

[PATCH 0/4] virtio-gpu: Fixes for atomic support

2016-02-01 Thread Rob Herring
On Wed, Jan 13, 2016 at 3:52 PM, Rob Herring wrote: > Dave, > > This series is the minimal changes to get virtio-gpu working with > Android DRM based hwcomposer. The first 3 patches are fixes, but I > assume they are only hit if using the atomic APIs which is dependent on > the 4th patch. I suspec

[PATCH v8 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

2016-02-01 Thread kbuild test robot
-documentation-for-ps8640-DT-properties/20160201-121553 base: git://people.freedesktop.org/~airlied/linux.git drm-next config: x86_64-allmodconfig (attached as .config) reproduce: # save the attached .config to linux build tree make ARCH=x86_64 All error/warnings (new ones prefixed by

[PATCH] adv7511: Added mode_fixup function.

2016-02-01 Thread Carlos Palminha
Hi Laurent On 29-01-2016 17:48, Laurent Pinchart wrote: > Hi Carlos, > > Thank you for the patch. > > On Friday 29 January 2016 10:33:47 Carlos Palminha wrote: >> The mode_fixup is necessary when using it in a DRM FB driver pipeline. > > Instead of implementing stubs in encoder drivers, wouldn'

BUG caused by "Use new drm_fb_helper functions" series

2016-02-01 Thread Peter Hurley
Hi Archit, Just booting 4.4-rc5+, I got this splat [1] At first glance, this appears to be a simple fix. However, I'm concerned that fbcon functions, which may be called with interrupts disabled, are now hooked up to fbdev functions which may assume interrupts are not disabled (as is the case wit

[PATCH v8 2/2] drm/bridge: Add I2C based driver for ps8640 bridge

2016-02-01 Thread Jitao Shi
This patch adds drm_bridge driver for parade DSI to eDP bridge chip. Signed-off-by: Jitao Shi --- Changes since v7: - Change ps8640_regw to ps8640_regw_bytes and remove devm_kzalloc - Fine tune ps8640 power squence - Add ps8640_pre_enable and ps8640_post_disable in ps8640_get_modes - Remove u

[PATCH v8 1/2] Documentation: bridge: Add documentation for ps8640 DT properties

2016-02-01 Thread Jitao Shi
Add documentation for DT properties supported by ps8640 DSI-eDP converter. Signed-off-by: Jitao Shi Acked-by: Rob Herring Reviewed-by: Philipp Zabel --- Changes since v7: - No change --- .../devicetree/bindings/display/bridge/ps8640.txt | 43 1 file changed, 43 inserti

drm: imx: callback after probe deferral not working

2016-02-01 Thread Liviu Dudau
On Fri, Jan 29, 2016 at 05:12:28PM -0500, Akshay Bhat wrote: > > > On 01/28/2016 05:29 PM, Rob Clark wrote: > >can't really say if that is the issue in this case, but these are the > >symptoms you'd see if the kernel was built without some driver that > >imx-drm depends on[1]. The kernel will on

[PATCH 1/3] drm: add helper to check for wc memory support

2016-02-01 Thread Alex Deucher
On Sat, Jan 30, 2016 at 4:57 AM, Christian König wrote: > Am 30.01.2016 um 06:59 schrieb Oded Gabbay: >> >> From: Dave Airlie >> >> Signed-off-by: Dave Airlie >> Signed-off-by: Oded Gabbay > > > With the minor issues Michel noted fixed this series is Reviewed-by: > Christian König as well.

[PATCH libdrm 1/3] amdgpu: add libdrm as private requirement/dependency

2016-02-01 Thread Michel Dänzer
On 31.01.2016 20:48, Emil Velikov wrote: > Otherwise libdrm.so won't end up in the --libs, when one static links > libdrm_amdgpu. > > Cc: Michel Dänzer > Cc: Christian König > Signed-off-by: Emil Velikov This series is Reviewed-by: Michel Dänzer -- Earthling Michel Dänzer

[PATCH 09/10] staging/android: add flags member to sync ioctl structs

2016-02-01 Thread Gustavo Padovan
2016-01-30 Emil Velikov : > Hi Gustavo, > > > @@ -54,6 +59,7 @@ struct sync_file_info { > > __u32 len; > As mentioned previously - can we rework this variable to indicate the > total length (or the number) of fence_info struct instances. It seems > to be the more common approach afaict.

[PATCH] drm: fix missing reference counting decrease

2016-02-01 Thread Insu Yun
In drm_dp_mst_allocate_vcpi, it returns true in two paths, but in one path, there is no reference couting decrease. Signed-off-by: Insu Yun --- drivers/gpu/drm/drm_dp_mst_topology.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/drm_dp_mst_topology.c b/drivers/gpu/drm/drm_d

[RESEND PATCH v1] drm: Clean up drm Makefile

2016-02-01 Thread Xinliang Liu
On 30 January 2016 at 19:11, Oded Gabbay wrote: > On Sat, Jan 30, 2016 at 11:56 AM, Xinliang Liu > wrote: >> This patch cleans up the Makefile of drm root directory. >> Make core and device drivers configuration list sorted Alphabetically. >> >> Signed-off-by: Xinliang Liu >> Reviewed-by: Xinwe

[PATCH 2/2] dt-bindings: Add TPO TPG110 binding

2016-02-01 Thread Linus Walleij
This adds device tree bindings for the TPO TPG110 panel found mounted in the Nomadik NHK8815. Signed-off-by: Linus Walleij --- .../bindings/display/panel/tpo,tpg110.txt | 47 ++ 1 file changed, 47 insertions(+) create mode 100644 Documentation/devicetree/bindings/d

[PATCH 06/10] staging/android: turn fence_info into a __64 pointer

2016-02-01 Thread Maarten Lankhorst
Op 29-01-16 om 22:20 schreef Gustavo Padovan: > From: Gustavo Padovan > > Making fence_info a pointer enables us to extend the struct in the future > without breaking the ABI. > > Signed-off-by: Gustavo Padovan > --- > drivers/staging/android/sync.c | 2 +- > drivers/staging/android/uapi/sy

[PATCH 09/10] staging/android: add flags member to sync ioctl structs

2016-02-01 Thread Maarten Lankhorst
Op 29-01-16 om 22:20 schreef Gustavo Padovan: > From: Gustavo Padovan > > Play safe and add flags member to all structs. So we don't need to > break API or create new IOCTL in the future if new features that requires > flags arises. > This only helps if you reject flags != 0 in the ioctl, else whe

[PATCH] gma500: clean up an excessive and confusing helper

2016-02-01 Thread Patrik Jakobsson
On Fri, Jan 29, 2016 at 8:37 PM, Alan wrote: > From: Alan Cox > > This is a left over from the great clean ups in the past. It's confusing as > it returns an int, yet has one caller that never uses it. The caller already > has all the right private variables local so the entire function can be >

[PATCH v3 01/10] drm/hisilicon: Add device tree binding for hi6220 display subsystem

2016-02-01 Thread Rob Herring
On Sat, Jan 30, 2016 at 04:54:26PM +0800, Xinliang Liu wrote: > Add ADE display controller binding doc. > Add DesignWare DSI Host Controller v1.20a binding doc. > > Signed-off-by: Xinliang Liu > > v3: > - Make ade as the drm master node. > - Use assigned-clocks to set clock rate. > - Use ports t

[PATCH v3 1/2] clk: sunxi: Add sun6i/8i video support

2016-02-01 Thread Jean-Francois Moine
Add the clock types which are used by the sun6i/8i families for video. Signed-off-by: Jean-Francois Moine --- v3: (no change) v2: - remarks from Chen-Yu Tsai - DT documentation added --- Documentation/devicetree/bindings/clock/sunxi.txt | 2 + drivers/clk/sunxi/clk-sun6i-displa

[PATCH 2/2] dt-bindings: Add TPO TPG110 binding

2016-02-01 Thread Rob Herring
On Mon, Feb 1, 2016 at 2:50 AM, Linus Walleij wrote: > This adds device tree bindings for the TPO TPG110 panel found > mounted in the Nomadik NHK8815. > > Signed-off-by: Linus Walleij > --- > .../bindings/display/panel/tpo,tpg110.txt | 47 > ++ > 1 file changed, 47

drm: imx: callback after probe deferral not working

2016-02-01 Thread Rob Herring
On Thu, Jan 28, 2016 at 4:29 PM, Rob Clark wrote: > can't really say if that is the issue in this case, but these are the > symptoms you'd see if the kernel was built without some driver that > imx-drm depends on[1]. The kernel will only try to reprobe a driver > if some other driver has loaded s