mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
drm/i915/crt: Split long line
Split an overly long line in the CRT code. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241107161123.16269-3-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
@@ -1047,7 +1047,9 @@ void intel_crt_init(struct intel_display *display)
|
||||
* it and see what happens.
|
||||
*/
|
||||
intel_de_write(display, adpa_reg,
|
||||
adpa | ADPA_DAC_ENABLE | ADPA_HSYNC_CNTL_DISABLE | ADPA_VSYNC_CNTL_DISABLE);
|
||||
adpa | ADPA_DAC_ENABLE |
|
||||
ADPA_HSYNC_CNTL_DISABLE |
|
||||
ADPA_VSYNC_CNTL_DISABLE);
|
||||
if ((intel_de_read(display, adpa_reg) & ADPA_DAC_ENABLE) == 0)
|
||||
return;
|
||||
intel_de_write(display, adpa_reg, adpa);
|
||||
|
||||
Reference in New Issue
Block a user