Symbol: DCP_REG
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
103
value = dm_read_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL));
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
106
dm_write_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL), value);
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
309
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS_HIGH),
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
312
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS), 0);
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
316
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS_HIGH),
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
319
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS),
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
331
dm_write_reg(compressor->ctx, DCP_REG(mmGRPH_COMPRESS_PITCH), 0);
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
339
dm_write_reg(compressor->ctx, DCP_REG(mmGRPH_COMPRESS_PITCH), value);
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
80
status_pos = dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_POSITION));
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
84
if (status_pos != dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_POSITION))) {
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
86
value = dm_read_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL));
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
89
dm_write_reg(compressor->ctx, DCP_REG(mmLB_SYNC_RESET_SEL), value);
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
91
frame_count = dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_FRAME_COUNT));
drivers/gpu/drm/amd/display/dc/dce110/dce110_compressor.c
95
if (frame_count != dm_read_reg(compressor->ctx, DCP_REG(mmCRTC_STATUS_FRAME_COUNT)))
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
1223
uint32_t address = DCP_REG(mmDCP_GSL_CONTROL);
drivers/gpu/drm/amd/display/dc/dce110/dce110_timing_generator.c
1324
uint32_t address = DCP_REG(mmDCP_GSL_CONTROL);
drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c
492
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS_HIGH),
drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c
495
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS), 0);
drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c
510
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS_HIGH),
drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c
513
DCP_REG(mmGRPH_COMPRESS_SURFACE_ADDRESS),
drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c
528
dm_write_reg(compressor->ctx, DCP_REG(mmGRPH_COMPRESS_PITCH), 0);
drivers/gpu/drm/amd/display/dc/dce112/dce112_compressor.c
536
dm_write_reg(compressor->ctx, DCP_REG(mmGRPH_COMPRESS_PITCH), value);