Home
last modified time | relevance | path

Searched refs:I915_WRITE_FW (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_sprite.c401 I915_WRITE_FW(SKL_PS_CTRL(pipe, scaler_id), in skl_program_scaler()
403 I915_WRITE_FW(SKL_PS_VPHASE(pipe, scaler_id), in skl_program_scaler()
405 I915_WRITE_FW(SKL_PS_HPHASE(pipe, scaler_id), in skl_program_scaler()
407 I915_WRITE_FW(SKL_PS_WIN_POS(pipe, scaler_id), (crtc_x << 16) | crtc_y); in skl_program_scaler()
408 I915_WRITE_FW(SKL_PS_WIN_SZ(pipe, scaler_id), (crtc_w << 16) | crtc_h); in skl_program_scaler()
514 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 0), ROFF(csc[0]) | in icl_program_input_csc()
516 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 1), BOFF(csc[2])); in icl_program_input_csc()
517 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 2), ROFF(csc[3]) | in icl_program_input_csc()
519 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 3), BOFF(csc[5])); in icl_program_input_csc()
520 I915_WRITE_FW(PLANE_INPUT_CSC_COEFF(pipe, plane_id, 4), ROFF(csc[6]) | in icl_program_input_csc()
[all …]
Dintel_gmbus.c340 I915_WRITE_FW(GMBUS4, irq_en); in gmbus_wait()
347 I915_WRITE_FW(GMBUS4, 0); in gmbus_wait()
369 I915_WRITE_FW(GMBUS4, irq_enable); in gmbus_wait_idle()
375 I915_WRITE_FW(GMBUS4, 0); in gmbus_wait_idle()
407 I915_WRITE_FW(GMBUS0, gmbus0_reg | GMBUS_BYTE_CNT_OVERRIDE); in gmbus_xfer_read_chunk()
410 I915_WRITE_FW(GMBUS1, in gmbus_xfer_read_chunk()
435 I915_WRITE_FW(GMBUS0, gmbus0_reg); in gmbus_xfer_read_chunk()
492 I915_WRITE_FW(GMBUS3, val); in gmbus_xfer_write_chunk()
493 I915_WRITE_FW(GMBUS1, in gmbus_xfer_write_chunk()
506 I915_WRITE_FW(GMBUS3, val); in gmbus_xfer_write_chunk()
[all …]
Dintel_display.c3803 I915_WRITE_FW(DSPSTRIDE(i9xx_plane), plane_state->color_plane[0].stride); in i9xx_update_plane()
3811 I915_WRITE_FW(DSPPOS(i9xx_plane), (crtc_y << 16) | crtc_x); in i9xx_update_plane()
3812 I915_WRITE_FW(DSPSIZE(i9xx_plane), in i9xx_update_plane()
3815 I915_WRITE_FW(PRIMPOS(i9xx_plane), (crtc_y << 16) | crtc_x); in i9xx_update_plane()
3816 I915_WRITE_FW(PRIMSIZE(i9xx_plane), in i9xx_update_plane()
3818 I915_WRITE_FW(PRIMCNSTALPHA(i9xx_plane), 0); in i9xx_update_plane()
3822 I915_WRITE_FW(DSPOFFSET(i9xx_plane), (y << 16) | x); in i9xx_update_plane()
3824 I915_WRITE_FW(DSPLINOFF(i9xx_plane), linear_offset); in i9xx_update_plane()
3825 I915_WRITE_FW(DSPTILEOFF(i9xx_plane), (y << 16) | x); in i9xx_update_plane()
3833 I915_WRITE_FW(DSPCNTR(i9xx_plane), dspcntr); in i9xx_update_plane()
[all …]
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dmmio_context.c429 I915_WRITE_FW(offset, new_v); in switch_mocs()
447 I915_WRITE_FW(l3_offset, new_v); in switch_mocs()
528 I915_WRITE_FW(mmio->reg, new_v); in switch_mmio()
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_csr.c316 I915_WRITE_FW(CSR_PROGRAM(i), payload[i]); in intel_csr_load_program()
Dintel_pm.c5126 I915_WRITE_FW(reg, (entry->end - 1) << 16 | entry->start); in skl_ddb_entry_write()
5128 I915_WRITE_FW(reg, 0); in skl_ddb_entry_write()
5144 I915_WRITE_FW(reg, val); in skl_write_wm_level()
9941 I915_WRITE_FW(VLV_COUNTER_CONTROL, in vlv_residency_raw()
9947 I915_WRITE_FW(VLV_COUNTER_CONTROL, in vlv_residency_raw()
9951 I915_WRITE_FW(VLV_COUNTER_CONTROL, in vlv_residency_raw()
Di915_drv.h2469 #define I915_WRITE_FW(reg__, val__) __I915_REG_OP(write_fw, dev_priv, (reg__), (val__)) macro