/Linux-v6.6/include/drm/ |
D | drm_property.h | 216 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);
|
D | drm_atomic_uapi.h | 34 struct drm_property_blob; 46 struct drm_property_blob *blob);
|
D | drm_color_mgmt.h | 72 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);
|
D | drm_crtc.h | 245 struct drm_property_blob *mode_blob; 254 struct drm_property_blob *degamma_lut; 262 struct drm_property_blob *ctm; 275 struct drm_property_blob *gamma_lut;
|
D | drm_connector.h | 44 struct drm_property_blob; 1024 struct drm_property_blob *hdr_output_metadata; 1632 struct drm_property_blob *edid_blob_ptr; 1666 struct drm_property_blob *path_blob_ptr; 1849 struct drm_property_blob *tile_blob_ptr;
|
D | drm_writeback.h | 45 struct drm_property_blob *pixel_formats_blob_ptr;
|
D | drm_plane.h | 191 struct drm_property_blob *fb_damage_clips;
|
/Linux-v6.6/drivers/gpu/drm/ |
D | drm_property.c | 528 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 …]
|
D | drm_color_mgmt.c | 283 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()
|
D | drm_atomic_uapi.c | 80 struct drm_property_blob *blob; in drm_atomic_set_mode_for_crtc() 121 struct drm_property_blob *blob) in drm_atomic_set_mode_prop_for_crtc() 367 struct drm_property_blob **blob, in drm_atomic_replace_property_blob_from_id() 373 struct drm_property_blob *new_blob = NULL; in drm_atomic_replace_property_blob_from_id() 419 struct drm_property_blob *mode = in drm_atomic_crtc_set_property()
|
D | drm_damage_helper.c | 113 struct drm_property_blob *damage = NULL; in drm_atomic_helper_dirtyfb()
|
D | drm_writeback.c | 238 struct drm_property_blob *blob; in drm_writeback_connector_init_with_encoder()
|
/Linux-v6.6/drivers/gpu/drm/i915/display/ |
D | intel_color.c | 70 const struct drm_property_blob *blob1, 71 const struct drm_property_blob *blob2, 171 static bool lut_is_legacy(const struct drm_property_blob *lut) in lut_is_legacy() 1085 static struct drm_property_blob * 1088 struct drm_property_blob *blob; in create_linear_lut() 1119 static struct drm_property_blob * 1121 const struct drm_property_blob *blob_in, int lut_out_size, in create_resized_lut() 1125 struct drm_property_blob *blob_out; in create_resized_lut() 1155 const struct drm_property_blob *blob) in i9xx_load_lut_8() 1173 const struct drm_property_blob *blob) in i9xx_load_lut_10() [all …]
|
D | intel_color.h | 14 struct drm_property_blob; 28 const struct drm_property_blob *blob1, 29 const struct drm_property_blob *blob2,
|
D | intel_display_core.h | 32 struct drm_property_blob; 337 struct drm_property_blob *glk_linear_degamma_lut;
|
/Linux-v6.6/drivers/gpu/drm/tests/ |
D | drm_damage_helper_test.c | 82 static void set_damage_blob(struct drm_property_blob *damage_blob, in set_damage_blob() 90 struct drm_property_blob *damage_blob) in set_plane_damage() 255 struct drm_property_blob damage_blob; in drm_test_damage_iter_simple_damage() 278 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage() 300 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage_intersect_src() 323 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage_outside_src() 345 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage_fractional_src() 370 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage_intersect_fractional_src() 397 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage_outside_fractional_src() 422 struct drm_property_blob damage_blob; in drm_test_damage_iter_single_damage_src_moved() [all …]
|
/Linux-v6.6/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_color_mgmt.c | 92 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()
|
D | komeda_color_mgmt.h | 20 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-v6.6/drivers/gpu/drm/nouveau/dispnv50/ |
D | lut.h | 4 struct drm_property_blob; 14 u32 nv50_lut_load(struct nv50_lut *, int buffer, struct drm_property_blob *,
|
D | lut.c | 32 nv50_lut_load(struct nv50_lut *lut, int buffer, struct drm_property_blob *blob, in nv50_lut_load()
|
D | atom.h | 178 struct drm_property_blob *ilut;
|
D | wndw.c | 373 struct drm_property_blob *ilut = asyh->state.degamma_lut; in nv50_wndw_atomic_check_lut() 401 static struct drm_property_blob dummy = {}; in nv50_wndw_atomic_check_lut()
|
/Linux-v6.6/drivers/gpu/drm/mediatek/ |
D | mtk_disp_ccorr.c | 107 struct drm_property_blob *blob = state->ctm; in mtk_ccorr_ctm_set()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_color.c | 96 __extract_blob_lut(const struct drm_property_blob *blob, uint32_t *size) in __extract_blob_lut()
|
/Linux-v6.6/drivers/gpu/drm/arm/ |
D | malidp_crtc.c | 127 static void malidp_generate_gamma_table(struct drm_property_blob *lut_blob, in malidp_generate_gamma_table()
|