Home
last modified time | relevance | path

Searched refs:VLV_BLC_PWM_CTL2 (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_backlight_regs.h13 #define VLV_BLC_PWM_CTL2(pipe) _MMIO_PIPE(pipe, _VLV_BLC_PWM_CTL2_A, _VLV_BLC_PWM_CTL2_B) macro
A Dintel_backlight.c396 tmp = intel_de_read(i915, VLV_BLC_PWM_CTL2(pipe)); in vlv_disable_backlight()
397 intel_de_write(i915, VLV_BLC_PWM_CTL2(pipe), tmp & ~BLM_PWM_ENABLE); in vlv_disable_backlight()
654 ctl2 = intel_de_read(i915, VLV_BLC_PWM_CTL2(pipe)); in vlv_enable_backlight()
658 intel_de_write(i915, VLV_BLC_PWM_CTL2(pipe), ctl2); in vlv_enable_backlight()
670 intel_de_write(i915, VLV_BLC_PWM_CTL2(pipe), ctl2); in vlv_enable_backlight()
671 intel_de_posting_read(i915, VLV_BLC_PWM_CTL2(pipe)); in vlv_enable_backlight()
672 intel_de_write(i915, VLV_BLC_PWM_CTL2(pipe), ctl2 | BLM_PWM_ENABLE); in vlv_enable_backlight()
1379 ctl2 = intel_de_read(i915, VLV_BLC_PWM_CTL2(pipe)); in vlv_setup_backlight()

Completed in 8 milliseconds