Home
last modified time | relevance | path

Searched refs:PLANE_CURSOR (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/i915/
Dintel_pm.c2848 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 …]
Di915_drv.h143 PLANE_CURSOR, enumerator
Di915_debugfs.c3162 entry = &ddb->plane[pipe][PLANE_CURSOR]; in i915_ddb_info()
Dintel_display.c12695 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()