Home
last modified time | relevance | path

Searched refs:drm_property_blob (Results 1 – 25 of 36) sorted by relevance

12

/linux-5.19.10/include/drm/
Ddrm_property.h216 struct drm_property_blob { struct
231 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base) argument
277 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
280 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
283 struct drm_property_blob **replace,
288 bool drm_property_replace_blob(struct drm_property_blob **blob,
289 struct drm_property_blob *new_blob);
290 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
291 void drm_property_blob_put(struct drm_property_blob *blob);
Ddrm_atomic_uapi.h34 struct drm_property_blob;
46 struct drm_property_blob *blob);
Ddrm_color_mgmt.h72 static inline int drm_color_lut_size(const struct drm_property_blob *blob) in drm_color_lut_size()
122 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests);
Ddrm_crtc.h263 struct drm_property_blob *mode_blob;
272 struct drm_property_blob *degamma_lut;
280 struct drm_property_blob *ctm;
293 struct drm_property_blob *gamma_lut;
Ddrm_connector.h42 struct drm_property_blob;
838 struct drm_property_blob *hdr_output_metadata;
1427 struct drm_property_blob *edid_blob_ptr;
1461 struct drm_property_blob *path_blob_ptr;
1632 struct drm_property_blob *tile_blob_ptr;
Ddrm_writeback.h45 struct drm_property_blob *pixel_formats_blob_ptr;
Ddrm_plane.h191 struct drm_property_blob *fb_damage_clips;
/linux-5.19.10/drivers/gpu/drm/
Ddrm_property.c528 struct drm_property_blob *blob = in drm_property_free_blob()
529 container_of(kref, struct drm_property_blob, base.refcount); in drm_property_free_blob()
554 struct drm_property_blob *
558 struct drm_property_blob *blob; in drm_property_create_blob()
561 if (!length || length > INT_MAX - sizeof(struct drm_property_blob)) in drm_property_create_blob()
564 blob = kvzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL); in drm_property_create_blob()
600 void drm_property_blob_put(struct drm_property_blob *blob) in drm_property_blob_put()
612 struct drm_property_blob *blob, *bt; in drm_property_destroy_user_blobs()
631 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob) in drm_property_blob_get()
650 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev, in drm_property_lookup_blob()
[all …]
Ddrm_color_mgmt.c283 struct drm_property_blob *blob; in drm_crtc_legacy_gamma_set()
602 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests) in drm_color_lut_check()
Ddrm_atomic_uapi.c79 struct drm_property_blob *blob; in drm_atomic_set_mode_for_crtc()
120 struct drm_property_blob *blob) in drm_atomic_set_mode_prop_for_crtc()
366 struct drm_property_blob **blob, in drm_atomic_replace_property_blob_from_id()
372 struct drm_property_blob *new_blob = NULL; in drm_atomic_replace_property_blob_from_id()
409 struct drm_property_blob *mode = in drm_atomic_crtc_set_property()
Ddrm_damage_helper.c112 struct drm_property_blob *damage = NULL; in drm_atomic_helper_dirtyfb()
Ddrm_writeback.c237 struct drm_property_blob *blob; in drm_writeback_connector_init_with_encoder()
Ddrm_debugfs.c332 struct drm_property_blob *edid = connector->edid_blob_ptr; in edid_show()
/linux-5.19.10/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c59 static void set_damage_blob(struct drm_property_blob *damage_blob, in set_damage_blob()
67 struct drm_property_blob *damage_blob) in set_plane_damage()
279 struct drm_property_blob damage_blob; in igt_damage_iter_simple_damage()
305 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage()
330 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage_intersect_src()
356 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage_outside_src()
381 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage_fractional_src()
409 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage_intersect_fractional_src()
438 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage_outside_fractional_src()
466 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage_src_moved()
[all …]
/linux-5.19.10/drivers/gpu/drm/i915/display/
Dintel_color.c144 static bool lut_is_legacy(const struct drm_property_blob *lut) in lut_is_legacy()
375 const struct drm_property_blob *blob) in chv_load_cgm_csc()
573 const struct drm_property_blob *blob) in i9xx_load_lut_8()
594 const struct drm_property_blob *gamma_lut = crtc_state->hw.gamma_lut; in i9xx_load_luts()
602 const struct drm_property_blob *blob) in i965_load_lut_10p6()
625 const struct drm_property_blob *gamma_lut = crtc_state->hw.gamma_lut; in i965_load_luts()
639 const struct drm_property_blob *blob) in ilk_load_lut_8()
657 const struct drm_property_blob *blob) in ilk_load_lut_10()
672 const struct drm_property_blob *gamma_lut = crtc_state->hw.gamma_lut; in ilk_load_luts()
701 const struct drm_property_blob *blob, in ivb_load_lut_10()
[all …]
Dintel_color.h13 struct drm_property_blob;
22 bool intel_color_lut_equal(struct drm_property_blob *blob1,
23 struct drm_property_blob *blob2,
/linux-5.19.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_color_mgmt.c92 drm_lut_to_coeffs(struct drm_property_blob *lut_blob, u32 *coeffs, in drm_lut_to_coeffs()
116 void drm_lut_to_fgamma_coeffs(struct drm_property_blob *lut_blob, u32 *coeffs) in drm_lut_to_fgamma_coeffs()
121 void drm_ctm_to_coeffs(struct drm_property_blob *ctm_blob, u32 *coeffs) in drm_ctm_to_coeffs()
Dkomeda_color_mgmt.h20 void drm_lut_to_fgamma_coeffs(struct drm_property_blob *lut_blob, u32 *coeffs);
21 void drm_ctm_to_coeffs(struct drm_property_blob *ctm_blob, u32 *coeffs);
/linux-5.19.10/drivers/gpu/drm/nouveau/dispnv50/
Dlut.h4 struct drm_property_blob;
14 u32 nv50_lut_load(struct nv50_lut *, int buffer, struct drm_property_blob *,
Dlut.c32 nv50_lut_load(struct nv50_lut *lut, int buffer, struct drm_property_blob *blob, in nv50_lut_load()
Datom.h178 struct drm_property_blob *ilut;
Dwndw.c372 struct drm_property_blob *ilut = asyh->state.degamma_lut; in nv50_wndw_atomic_check_lut()
400 static struct drm_property_blob dummy = {}; in nv50_wndw_atomic_check_lut()
/linux-5.19.10/drivers/gpu/drm/mediatek/
Dmtk_disp_ccorr.c112 struct drm_property_blob *blob = state->ctm; in mtk_ccorr_ctm_set()
/linux-5.19.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c87 __extract_blob_lut(const struct drm_property_blob *blob, uint32_t *size) in __extract_blob_lut()
/linux-5.19.10/drivers/gpu/drm/arm/
Dmalidp_crtc.c126 static void malidp_generate_gamma_table(struct drm_property_blob *lut_blob, in malidp_generate_gamma_table()

12