Searched refs:post_csc_lut (Results 1 – 4 of 4) sorted by relevance
1295 const struct drm_property_blob *post_csc_lut = crtc_state->post_csc_lut; in i9xx_load_luts() local1299 i9xx_load_lut_8(crtc, post_csc_lut); in i9xx_load_luts()1302 i9xx_load_lut_10(crtc, post_csc_lut); in i9xx_load_luts()1335 const struct drm_property_blob *post_csc_lut = crtc_state->post_csc_lut; in i965_load_luts() local1339 i9xx_load_lut_8(crtc, post_csc_lut); in i965_load_luts()1342 i965_load_lut_10p6(crtc, post_csc_lut); in i965_load_luts()1426 const struct drm_property_blob *post_csc_lut = crtc_state->post_csc_lut; in ilk_load_luts() local1428 const struct drm_property_blob *blob = post_csc_lut ?: pre_csc_lut; in ilk_load_luts()1532 const struct drm_property_blob *post_csc_lut = crtc_state->post_csc_lut; in ivb_load_luts() local1534 const struct drm_property_blob *blob = post_csc_lut ?: pre_csc_lut; in ivb_load_luts()[all …]
258 if (crtc_state->post_csc_lut) in intel_crtc_duplicate_state()259 drm_property_blob_get(crtc_state->post_csc_lut); in intel_crtc_duplicate_state()291 drm_property_blob_put(crtc_state->post_csc_lut); in intel_crtc_put_color_blobs()
1043 struct drm_property_blob *pre_csc_lut, *post_csc_lut; member
5381 PIPE_CONF_CHECK_COLOR_LUT(post_csc_lut, false); in intel_pipe_config_compare()