Searched refs:GAMMA_MODE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_gvt_mmio_table.c | 498 MMIO_D(GAMMA_MODE(PIPE_A)); in iterate_generic_mmio() 499 MMIO_D(GAMMA_MODE(PIPE_B)); in iterate_generic_mmio() 500 MMIO_D(GAMMA_MODE(PIPE_C)); in iterate_generic_mmio()
|
H A D | i915_reg.h | 4245 #define GAMMA_MODE(pipe) _MMIO_PIPE(pipe, _GAMMA_MODE_A, _GAMMA_MODE_B) macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 506 intel_de_write(dev_priv, GAMMA_MODE(crtc->pipe), in hsw_color_commit() 530 intel_de_write(dev_priv, GAMMA_MODE(crtc->pipe), in skl_color_commit()
|
H A D | intel_display.c | 6447 * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled. in hsw_pre_update_disable_ips() 6474 * GAMMA_MODE is configured for split gamma and IPS_CTL has IPS enabled. in hsw_post_update_enable_ips() 11251 GAMMA_MODE(crtc->pipe)); in hsw_get_pipe_config()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 988 /* update TRANSCONF GAMMA_MODE */ in i9xx_color_commit_arm() 997 /* update TRANSCONF GAMMA_MODE */ in ilk_color_commit_arm() 1009 intel_de_write(i915, GAMMA_MODE(crtc->pipe), in hsw_color_commit_arm() 1037 intel_de_write(i915, GAMMA_MODE(crtc->pipe), in skl_color_commit_arm() 1056 intel_de_write(i915, GAMMA_MODE(crtc->pipe), in icl_color_commit_arm()
|
H A D | intel_display.c | 3742 GAMMA_MODE(crtc->pipe)); in hsw_get_pipe_config()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/ |
H A D | handlers.c | 2502 MMIO_D(GAMMA_MODE(PIPE_A), D_ALL); in init_generic_mmio_info() 2503 MMIO_D(GAMMA_MODE(PIPE_B), D_ALL); in init_generic_mmio_info() 2504 MMIO_D(GAMMA_MODE(PIPE_C), D_ALL); in init_generic_mmio_info()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_reg.h | 7522 #define GAMMA_MODE(pipe) _MMIO_PIPE(pipe, _GAMMA_MODE_A, _GAMMA_MODE_B) macro
|
Completed in 102 milliseconds