Home
last modified time | relevance | path

Searched refs:skl (Results 1 – 8 of 8) sorted by relevance

/linux/sound/soc/intel/avs/
H A DMakefile7 snd-soc-avs-y += skl.o apl.o cnl.o icl.o tgl.o mtl.o lnl.o ptl.o
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dbuf_bw.c138 &crtc_state->wm.skl.plane_ddb[plane_id], in skl_crtc_calc_dbuf_bw()
143 &crtc_state->wm.skl.plane_ddb_y[plane_id], in skl_crtc_calc_dbuf_bw()
H A Dintel_plane.c858 if (skl_ddb_allocation_overlaps(&crtc_state->wm.skl.plane_ddb[plane_id], in skl_next_plane_to_commit()
860 skl_ddb_allocation_overlaps(&crtc_state->wm.skl.plane_ddb_y[plane_id], in skl_next_plane_to_commit()
865 ddb[plane_id] = crtc_state->wm.skl.plane_ddb[plane_id]; in skl_next_plane_to_commit()
866 ddb_y[plane_id] = crtc_state->wm.skl.plane_ddb_y[plane_id]; in skl_next_plane_to_commit()
975 memcpy(ddb, old_crtc_state->wm.skl.plane_ddb, in skl_crtc_planes_update_arm()
976 sizeof(old_crtc_state->wm.skl.plane_ddb)); in skl_crtc_planes_update_arm()
977 memcpy(ddb_y, old_crtc_state->wm.skl.plane_ddb_y, in skl_crtc_planes_update_arm()
978 sizeof(old_crtc_state->wm.skl.plane_ddb_y)); in skl_crtc_planes_update_arm()
H A Dintel_display.c7025 entries[pipe] = old_crtc_state->wm.skl.ddb; in skl_commit_modeset_enables()
7064 if (skl_ddb_allocation_overlaps(&new_crtc_state->wm.skl.ddb, in skl_commit_modeset_enables()
7068 entries[pipe] = new_crtc_state->wm.skl.ddb; in skl_commit_modeset_enables()
7079 if (!skl_ddb_entry_equal(&new_crtc_state->wm.skl.ddb, in skl_commit_modeset_enables()
7080 &old_crtc_state->wm.skl.ddb) && in skl_commit_modeset_enables()
7153 skl_ddb_allocation_overlaps(&new_crtc_state->wm.skl.ddb, in skl_commit_modeset_enables()
7156 entries[pipe] = new_crtc_state->wm.skl.ddb; in skl_commit_modeset_enables()
H A Dintel_display_types.h943 } skl; member
H A Dintel_dmc.c178 #define SKL_DMC_PATH DMC_LEGACY_PATH(skl, 1, 27)
/linux/sound/soc/intel/common/
H A DMakefile4 soc-acpi-intel-skl-match.o soc-acpi-intel-kbl-match.o \
/linux/drivers/platform/x86/intel/int3472/
H A DKconfig31 The module will be named "intel-skl-int3472".