[PATCH 10/15] drm/nouveau: Use drm_fb_helper_output_poll_changed()

2017-10-19 Thread Noralf Trønnes
This driver can use drm_fb_helper_output_poll_changed() instead of its own nouveau_fbcon_output_poll_changed(). Cc: Ben Skeggs Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/nouveau/nouveau_display.c | 3 ++- drivers/gpu/drm/nouveau/nouveau_fbcon.c | 8 drivers/gpu/drm/nouveau/nou

[PATCH 15/15] staging: vboxvideo: Use drm_fb_helper_lastclose()

2017-10-19 Thread Noralf Trønnes
This driver can use drm_fb_helper_lastclose() as its .lastclose callback. Cc: Hans de Goede Signed-off-by: Noralf Trønnes --- drivers/staging/vboxvideo/vbox_drv.c | 2 +- drivers/staging/vboxvideo/vbox_drv.h | 1 - drivers/staging/vboxvideo/vbox_main.c | 12 3 files changed, 1

[PATCH 12/15] drm/radeon: Use drm_fb_helper_lastclose() and _poll_changed()

2017-10-19 Thread Noralf Trønnes
This driver can use drm_fb_helper_lastclose() in its .lastclose function. It can also use drm_fb_helper_output_poll_changed() as its .output_poll_changed callback. Cc: Alex Deucher Cc: "Christian König" Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/radeon/radeon_display.c | 9 ++--- d

[PATCH 14/15] drm/tegra: Use drm_fb_helper_lastclose() and _poll_changed()

2017-10-19 Thread Noralf Trønnes
This driver can use drm_fb_helper_lastclose() as its .lastclose callback. It can also use drm_fb_helper_output_poll_changed() as its .output_poll_changed callback. Cc: Thierry Reding Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/tegra/drm.c | 13 ++--- drivers/gpu/drm/tegra/drm.h |

[PATCH 11/15] drm/omap: Use drm_fb_helper_lastclose() and _poll_changed()

2017-10-19 Thread Noralf Trønnes
This driver can use drm_fb_helper_lastclose() as its .lastclose callback. It can also use drm_fb_helper_output_poll_changed() as its .output_poll_changed callback. Cc: Tomi Valkeinen Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/omapdrm/omap_drv.c | 34 ++ 1

[PATCH 13/15] drm/rockchip: Use drm_fb_helper_lastclose() and _poll_changed()

2017-10-19 Thread Noralf Trønnes
This driver can use drm_fb_helper_lastclose() as its .lastclose callback. It can also use drm_fb_helper_output_poll_changed() as its .output_poll_changed callback. Cc: Mark Yao Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/rockchip/rockchip_drm_drv.c | 9 + drivers/gpu/drm/rockchip/

[PATCH] drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()

2017-10-19 Thread Dan Carpenter
There is one caller which checks whether rpi_touchscreen_i2c_read() returns negative error codes. Currently it can't because negative error codes are truncated to u8, but that's easy to fix if we change the type to int. Fixes: 2f733d6194bd ("drm/panel: Add support for the Raspberry Pi 7" Touchsc

Re: [PATCH v2] drm/rockchip: Use an enum to identify Rockchip VOPs

2017-10-19 Thread Mark yao
On 2017年10月20日 01:46, Kristian Høgsberg wrote: On Wed, Oct 18, 2017 at 5:49 PM, Mark yao wrote: On 2017年10月19日 01:52, Brian Norris wrote: Hi Kristian, On Thu, Nov 03, 2016 at 12:46:48PM -0700, Kristian Högsberg wrote: We used to call drm_of_encoder_active_endpoint_id() from rockchip_dp_drm_e

Re: [PATCH v6 02/10] drm/rockchip: analogix_dp: Remove unnecessary init code

2017-10-19 Thread Mark yao
On 2017年10月19日 11:48, Jeffy Chen wrote: Remove unnecessary init code, since we would do it in the power_on() callback. Also move of parse code to probe(). Fixes: 9e32e16e9e98 ("drm: rockchip: dp: add rockchip platform dp driver") Signed-off-by: Jeffy Chen Looks good for me Acked-by: Mark Yao

Re: [PATCH v6 05/10] drm/rockchip: analogix_dp: Add a sanity check for rockchip_drm_psr_register()

2017-10-19 Thread Mark yao
On 2017年10月19日 11:48, Jeffy Chen wrote: The rockchip_drm_psr_register() can fail, so add a sanity check for that. Also reorder the calls in unbind() to match bind(). Signed-off-by: Jeffy Chen Looks good for me Acked-by: Mark Yao Mark ___ dri-dev

Re: [PATCH v6 06/10] drm/rockchip: dw-mipi-dsi: Fix error handling path

2017-10-19 Thread Mark yao
On 2017年10月19日 11:48, Jeffy Chen wrote: Add missing pm_runtime_disable() in bind()'s error handling path. Also cleanup encoder & connector in unbind(). Fixes: 80a9a059d4e4 ("drm/rockchip/dsi: add dw-mipi power domain support") Signed-off-by: Jeffy Chen Looks good for me Acked-by: Mark Yao M

Re: [PATCH v6 07/10] drm/rockchip: inno_hdmi: Fix error handling path

2017-10-19 Thread Mark yao
On 2017年10月19日 11:48, Jeffy Chen wrote: Add missing error handling in bind(). Fixes: 412d4ae6b7a5 ("drm/rockchip: hdmi: add Innosilicon HDMI support") Signed-off-by: Jeffy Chen Looks good for me Acked-by: Mark Yao Mark ___ dri-devel mailing list

Re: [PATCH v6 10/10] drm/rockchip: dw_hdmi: Fix error handling path

2017-10-19 Thread Mark yao
On 2017年10月19日 11:48, Jeffy Chen wrote: Add missing clk_disable_unprepare() in bind()'s error handling path and unbind(). Also inline clk_prepare_enable() with bind(). Fixes: 12b9f204e804 ("drm: bridge/dw_hdmi: add rockchip rk3288 support") Signed-off-by: Jeffy Chen Looks good for me Acked-by

[radeon-alex:amd-staging-dkms-4.13 1197/2206] drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:3166:1-3: ERROR: test of a variable/field address

2017-10-19 Thread kbuild test robot
tree: git://people.freedesktop.org/~agd5f/linux.git amd-staging-dkms-4.13 head: 2b14e1f4fded74b9efeb990869076cebb06d27ee commit: 3afede44859ca67e2f708fabd854bab152129fda [1197/2206] drm/amdkcl:[4.11] fix bug fail to remove debugfs when rmmod coccinelle warnings: (new ones prefixed by >>) >>

[git pull] drm fixes for v4.14-rc6

2017-10-19 Thread Dave Airlie
Hi Linus, Standard fixes pull for rc6. One regression fix for amdgpu, a bunch of nouveau fixes that I'd missed a pull req for from Ben last week, some exynos regression fixes, and a few fixes for i915. Dave. The following changes since commit 33d930e59a98fa10a0db9f56c7fa2f21a4aef9b9: Linux 4.1

Re: No /dev/fb0 created for omapdrm in current Linux next

2017-10-19 Thread Tomi Valkeinen
On 19/10/17 19:30, Tony Lindgren wrote: > Hi Tomi, > > Looks like omapdrm won't show anything with current Linux next based > on my test with 900: > > modprobe twl4030_keypad > modprobe tsc2005 > modprobe omapdss > modprobe panel_sony_acx565akm > modprobe omapdrm > > echo 255 > /sys/class/backli

<    1   2