summaryrefslogtreecommitdiff
path: root/sysctl.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-30sysctl: Export procfs base path in sysctl.hTobias Klauser1-6/+5
2015-07-30sysctl: Include limits.h instead of linux/limits.hTobias Klauser1-1/+1
2015-07-20sysctl: Add sysctl module with /proc/sys helpersVadim Kochan1-0/+67
;id2=2781c928b1b3d5d56d72b4955e19c0d963e2c22e'>Diffstat2d52115bad122118db4995df17 (patch)
tree9bd3159e5234bd36d615e1732dd88c12963ad5dc
parentb5d99ff9578318d47b08da3ebef6eb5228c634df (diff)
drm/i915: Set crtc_state->lane_count for HDMI
Set the lane count for HDMI to 4. This will make it easier to unduplicate CHV phy code. This also fixes the the soft reset programming for HDMI with CHV. After commit a8f327fb8464 ("drm/i915: Clean up CHV lane soft reset programming"), it wouldn't set the right bits for PCS23 since it relied on a lane count that was never set. v2: Set lane_count in *_get_config() to please state checker. (0day) v3: Set lane_count for DDI in DVI mode too. (CI) v4: Add note about CHV soft lane reset. (Ander) Fixes: a8f327fb8464 ("drm/i915: Clean up CHV lane soft reset programming") Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com> Reviewed-by: Jim Bride <jim.bride@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1461761065-21195-2-git-send-email-ander.conselvan.de.oliveira@intel.com
Diffstat