Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr600_cs.c73 u32 db_depth_size; member
331 track->db_depth_size = 0xFFFFFFFF; in r600_cs_track_init()
550 if ((track->db_depth_size & 0xFFFFFC00) == 0xFFFFFC00) { in r600_cs_track_validate_db()
559 track->db_depth_size, bpe, track->db_offset, in r600_cs_track_validate_db()
566 pitch = (G_028000_PITCH_TILE_MAX(track->db_depth_size) + 1) * 8; in r600_cs_track_validate_db()
567 slice_tile_max = G_028000_SLICE_TILE_MAX(track->db_depth_size) + 1; in r600_cs_track_validate_db()
617 ntiles = G_028000_SLICE_TILE_MAX(track->db_depth_size) + 1; in r600_cs_track_validate_db()
623 track->db_depth_size, ntiles, nviews, bpe, tmp + track->db_offset, in r600_cs_track_validate_db()
639 if ((track->db_depth_size & 0xFFFFFC00) == 0xFFFFFC00) { in r600_cs_track_validate_db()
641 __func__, __LINE__, track->db_depth_size); in r600_cs_track_validate_db()
[all …]
H A Devergreen_cs.c70 u32 db_depth_size; member
143 track->db_depth_size = 0xFFFFFFFF; in evergreen_cs_track_init()
569 pitch = G_028058_PITCH_TILE_MAX(track->db_depth_size); in evergreen_cs_track_validate_stencil()
605 __func__, __LINE__, track->db_depth_size, in evergreen_cs_track_validate_stencil()
625 __func__, __LINE__, track->db_depth_size, in evergreen_cs_track_validate_stencil()
666 pitch = G_028058_PITCH_TILE_MAX(track->db_depth_size); in evergreen_cs_track_validate_depth()
696 __func__, __LINE__, track->db_depth_size, in evergreen_cs_track_validate_depth()
704 __func__, __LINE__, track->db_depth_size, in evergreen_cs_track_validate_depth()
1205 track->db_depth_size = radeon_get_ib_value(p, idx); in evergreen_cs_handle_reg()