Searched refs:PLANE_CURSOR (Results 1 – 4 of 4) sorted by relevance
2848 skl_ddb_entry_init_from_hw(&ddb->plane[pipe][PLANE_CURSOR], in skl_ddb_get_hw_state()2918 memset(&ddb->plane[pipe][PLANE_CURSOR], 0, in skl_allocate_pipe_ddb()2919 sizeof(ddb->plane[pipe][PLANE_CURSOR])); in skl_allocate_pipe_ddb()2924 ddb->plane[pipe][PLANE_CURSOR].start = alloc->end - cursor_blocks; in skl_allocate_pipe_ddb()2925 ddb->plane[pipe][PLANE_CURSOR].end = alloc->end; in skl_allocate_pipe_ddb()3064 if (memcmp(&new_ddb->plane[pipe][PLANE_CURSOR], &cur_ddb->plane[pipe][PLANE_CURSOR], in skl_ddb_allocation_changed()3065 sizeof(new_ddb->plane[pipe][PLANE_CURSOR]))) in skl_ddb_allocation_changed()3125 p->plane[PLANE_CURSOR].y_bytes_per_pixel = 0; in skl_compute_wm_pipe_parameters()3127 p->plane[PLANE_CURSOR].enabled = true; in skl_compute_wm_pipe_parameters()3128 p->plane[PLANE_CURSOR].bytes_per_pixel = fb->bits_per_pixel / 8; in skl_compute_wm_pipe_parameters()[all …]
143 PLANE_CURSOR, enumerator
3162 entry = &ddb->plane[pipe][PLANE_CURSOR]; in i915_ddb_info()
12695 hw_entry = &hw_ddb.plane[pipe][PLANE_CURSOR]; in check_wm_state()12696 sw_entry = &sw_ddb->plane[pipe][PLANE_CURSOR]; in check_wm_state()