Re: [PATCH] drm/amd/display: remove some unneeded code

2017-11-06 Thread Alex Deucher
On Mon, Nov 6, 2017 at 6:59 AM, Christian König wrote: > Am 06.11.2017 um 12:44 schrieb Dan Carpenter: >> >> We assign "v_init = asic_blank_start;" a few lines earlier so there is >> no need to do it again inside the if statements. Also "v_init" is >> unsigned so it can't be less than zero. >> >>

Re: [PATCH 1/1] drm/amd/powerplay: initialize a variable before using it

2017-11-06 Thread Alex Deucher
On Sat, Nov 4, 2017 at 8:21 AM, Nicolas Iooss wrote: > On Sun, Sep 3, 2017 at 2:00 PM, Nicolas Iooss > wrote: >> >> Function vega10_apply_state_adjust_rules() only initializes >> stable_pstate_sclk_dpm_percentage when >> data->registry_data.stable_pstate_sclk_dpm_percentage is not between 1 >> an

[RESEND PATCH v3 05/12] drm/i915: Use drm_fb_helper_output_poll_changed()

2017-11-06 Thread Noralf Trønnes
This driver can use drm_fb_helper_output_poll_changed() as its .output_poll_changed callback. Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi Signed-off-by: Noralf Trønnes Reviewed-by: Daniel Vetter --- I'm resending to get a CI run. Noralf. drivers/gpu/drm/i915/intel_display.c | 2 +

Re: [PATCH libdrm] exynos: change the license to X11/MIT

2017-11-06 Thread Inki Dae
Hi Tobias, Really sorry for late and no checking for your comment. 2017년 08월 10일 20:23에 Tobias Jakobi 이(가) 쓴 글: > Hello, > > some comments first. > > - What is this license checker and why should we care about it? We are developing Linux platform which uses libdrm open source. And when this p

Re: [PATCH libdrm] exynos: change the license to X11/MIT

2017-11-06 Thread Inki Dae
2017년 08월 11일 00:48에 Jan Vesely 이(가) 쓴 글: > On Thu, 2017-08-10 at 13:52 +0900, Inki Dae wrote: >> Chnage GPL license of Exynos relevant code to X11/MIT. >> >> I'd like to keep license consistency to all Exynos code >> because License checker notices two more licenses exist >> in libdrm. >> >> For

Re: [PATCH libdrm] exynos: change the license to X11/MIT

2017-11-06 Thread Inki Dae
2017년 11월 03일 23:03에 Emil Velikov 이(가) 쓴 글: > On 3 November 2017 at 13:59, Tobias Jakobi > wrote: >> Inki Dae wrote: >>> Hi Email, >>> >>> Since I posted this patch, much time has been passed. >>> But no answer. We got already many Acked-by so could you merge this patch? >> I think you need Acke

Re: [PATCH v2 0/7] drm/bridge: tc358767: fixes and improvements (resend)

2017-11-06 Thread Archit Taneja
On 11/06/2017 01:28 PM, Andrzej Hajda wrote: On 03.11.2017 18:01, Andrey Gusakov wrote: This set of patches fixes several issues that was found during testing tc358767 with desktop DisplayPort displays. Changes in V2: - fixed maximum pixelclock frequency - copyright patch adde

Re: [PATCH v2 2/6] drm/modeset-helper: Add simple modeset suspend/resume helpers

2017-11-06 Thread kbuild test robot
Hi Noralf, I love your patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.14-rc8 next-20171106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

[RFC PATCH] drm/vblanks: Deal with HW vblank counter resets.

2017-11-06 Thread Dhinakaran Pandiyan
Some HW vblank counters reset due to power management events, which messes up the vblank counting logic. This leads to screen freezes with user space waiting on vblank events that may not occur if the counter keeps resetting. For e.g., After the HW vblank counter resets [9.007359] [drm:drm_upd

<    1   2