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
netfilter
Kconfig -rw-r--r-- 2.0 KB
Makefile -rw-r--r-- 729 bytes
br.c -rw-r--r-- 5.8 KB
br_device.c -rw-r--r-- 9.9 KB
br_fdb.c -rw-r--r-- 27.3 KB
br_forward.c -rw-r--r-- 6.2 KB
br_if.c -rw-r--r-- 14.5 KB
br_input.c -rw-r--r-- 8.4 KB
br_ioctl.c -rw-r--r-- 9.0 KB
br_mdb.c -rw-r--r-- 16.6 KB
br_multicast.c -rw-r--r-- 58.9 KB
br_netfilter_hooks.c -rw-r--r-- 29.6 KB
br_netfilter_ipv6.c -rw-r--r-- 5.8 KB
br_netlink.c -rw-r--r-- 40.8 KB
br_nf_core.c -rw-r--r-- 2.2 KB
br_private.h -rw-r--r-- 29.7 KB
br_private_stp.h -rw-r--r-- 1.9 KB
br_stp.c -rw-r--r-- 15.4 KB
br_stp_bpdu.c -rw-r--r-- 5.8 KB
br_stp_if.c -rw-r--r-- 8.7 KB
br_stp_timer.c -rw-r--r-- 4.6 KB
br_switchdev.c -rw-r--r-- 1.3 KB
br_sysfs_br.c -rw-r--r-- 25.6 KB
br_sysfs_if.c -rw-r--r-- 8.6 KB
br_vlan.c -rw-r--r-- 24.2 KB

back to top