Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_pm.c2834 skl_ddb_entry_init_from_hw(&ddb->plane[pipe][PLANE_CURSOR], in skl_ddb_get_hw_state()
2904 memset(&ddb->plane[pipe][PLANE_CURSOR], 0, in skl_allocate_pipe_ddb()
2905 sizeof(ddb->plane[pipe][PLANE_CURSOR])); in skl_allocate_pipe_ddb()
2910 ddb->plane[pipe][PLANE_CURSOR].start = alloc->end - cursor_blocks; in skl_allocate_pipe_ddb()
2911 ddb->plane[pipe][PLANE_CURSOR].end = alloc->end; in skl_allocate_pipe_ddb()
3050 if (memcmp(&new_ddb->plane[pipe][PLANE_CURSOR], &cur_ddb->plane[pipe][PLANE_CURSOR], in skl_ddb_allocation_changed()
3051 sizeof(new_ddb->plane[pipe][PLANE_CURSOR]))) in skl_ddb_allocation_changed()
3111 p->plane[PLANE_CURSOR].y_bytes_per_pixel = 0; in skl_compute_wm_pipe_parameters()
3113 p->plane[PLANE_CURSOR].enabled = true; in skl_compute_wm_pipe_parameters()
3114 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.c12672 hw_entry = &hw_ddb.plane[pipe][PLANE_CURSOR]; in check_wm_state()
12673 sw_entry = &sw_ddb->plane[pipe][PLANE_CURSOR]; in check_wm_state()