https://github.com/torvalds/linux
Revision 00b2b7288299a8c73c0c37b531a075ba5c849e67 authored by Ville Syrjälä on 20 December 2016, 15:39:02 UTC, committed by Jani Nikula on 03 January 2017, 09:37:01 UTC
Trying to determine the pixel rate of the pipe can't be done until we
know the clock, which means it can't be done until the encoder
.get_config() hooks have been called. So let's move the min_pixclk[]
stuff to the end of intel_modeset_readout_hw_state() when we actually
have gathered all the required infromation.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Mika Kahola <mika.kahola@intel.com>
Cc: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Fixes: 565602d7501a ("drm/i915: Do not acquire crtc state to check clock during modeset, v4.")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20161220153902.15621-1-ville.syrjala@linux.intel.com
Reviewed-by: Ander Conselvan de Oliveira <conselvan2@gmail.com>
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
(cherry picked from commit aca1ebf491518910df156f3dab6a66306bb52e28)
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
1 parent 8581f1b
History
Tip revision: 00b2b7288299a8c73c0c37b531a075ba5c849e67 authored by Ville Syrjälä on 20 December 2016, 15:39:02 UTC
drm/i915: Move the min_pixclk[] handling to the end of readout
Tip revision: 00b2b72
File Mode Size
auth_gss
xprtrdma
Kconfig -rw-r--r-- 1.7 KB
Makefile -rw-r--r-- 608 bytes
addr.c -rw-r--r-- 8.7 KB
auth.c -rw-r--r-- 21.0 KB
auth_generic.c -rw-r--r-- 7.9 KB
auth_null.c -rw-r--r-- 2.7 KB
auth_unix.c -rw-r--r-- 6.0 KB
backchannel_rqst.c -rw-r--r-- 10.8 KB
cache.c -rw-r--r-- 44.3 KB
clnt.c -rw-r--r-- 68.3 KB
debugfs.c -rw-r--r-- 8.0 KB
netns.h -rw-r--r-- 937 bytes
rpc_pipe.c -rw-r--r-- 36.2 KB
rpcb_clnt.c -rw-r--r-- 29.9 KB
sched.c -rw-r--r-- 30.3 KB
socklib.c -rw-r--r-- 4.5 KB
stats.c -rw-r--r-- 7.6 KB
sunrpc.h -rw-r--r-- 2.0 KB
sunrpc_syms.c -rw-r--r-- 2.6 KB
svc.c -rw-r--r-- 33.9 KB
svc_xprt.c -rw-r--r-- 38.5 KB
svcauth.c -rw-r--r-- 3.8 KB
svcauth_unix.c -rw-r--r-- 20.9 KB
svcsock.c -rw-r--r-- 41.6 KB
sysctl.c -rw-r--r-- 3.6 KB
timer.c -rw-r--r-- 2.9 KB
xdr.c -rw-r--r-- 37.8 KB
xprt.c -rw-r--r-- 37.9 KB
xprtmultipath.c -rw-r--r-- 12.2 KB
xprtsock.c -rw-r--r-- 84.9 KB

back to top