Home
last modified time | relevance | path

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

12

/linux/include/drm/
H A 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 **blob,
289 struct drm_property_blob **replace,
294 bool drm_property_replace_blob(struct drm_property_blob **blob,
295 struct drm_property_blob *new_blob);
296 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
297 void drm_property_blob_put(struct drm_property_blob *blob);
H A Ddrm_atomic_uapi.h34 struct drm_property_blob;
46 struct drm_property_blob *blob);
H A Ddrm_color_mgmt.h70 static inline int drm_color_lut_size(const struct drm_property_blob *blob) in drm_color_lut_size()
120 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests);
H A Ddrm_crtc.h245 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;
H A Ddrm_connector.h45 struct drm_property_blob;
1135 struct drm_property_blob *hdr_output_metadata;
1858 struct drm_property_blob *edid_blob_ptr;
1892 struct drm_property_blob *path_blob_ptr;
2086 struct drm_property_blob *tile_blob_ptr;
H A Ddrm_writeback.h45 struct drm_property_blob *pixel_formats_blob_ptr;
H A Ddrm_plane.h197 struct drm_property_blob *fb_damage_clips;
/linux/drivers/gpu/drm/
H A Ddrm_property.c529 struct drm_property_blob *blob = in drm_property_free_blob()
530 container_of(kref, struct drm_property_blob, base.refcount); in drm_property_free_blob()
555 struct drm_property_blob *
559 struct drm_property_blob *blob; in drm_property_create_blob()
562 if (!length || length > INT_MAX - sizeof(struct drm_property_blob)) in drm_property_create_blob()
565 blob = kvzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL); in drm_property_create_blob()
601 void drm_property_blob_put(struct drm_property_blob *blob) in drm_property_blob_put()
613 struct drm_property_blob *blob, *bt; in drm_property_destroy_user_blobs()
632 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob) in drm_property_blob_get()
651 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev, in drm_property_lookup_blob()
[all …]
H A 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()
H A Ddrm_damage_helper.c113 struct drm_property_blob *damage = NULL; in drm_atomic_helper_dirtyfb()
H A Ddrm_writeback.c238 struct drm_property_blob *blob; in drm_writeback_connector_init_with_encoder()
H A Ddrm_fb_helper.c874 static struct drm_property_blob *setcmap_new_gamma_lut(struct drm_crtc *crtc, in setcmap_new_gamma_lut()
878 struct drm_property_blob *gamma_lut; in setcmap_new_gamma_lut()
921 struct drm_property_blob *gamma_lut = NULL; in setcmap_atomic()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c72 const struct drm_property_blob *blob1,
73 const struct drm_property_blob *blob2,
177 static bool lut_is_legacy(const struct drm_property_blob *lut) in lut_is_legacy()
1148 static struct drm_property_blob *
1151 struct drm_property_blob *blob; in create_linear_lut()
1182 static struct drm_property_blob *
1184 const struct drm_property_blob *blob_in, int lut_out_size, in create_resized_lut()
1188 struct drm_property_blob *blob_out; in create_resized_lut()
1218 const struct drm_property_blob *blob) in i9xx_load_lut_8()
1236 const struct drm_property_blob *blob) in i9xx_load_lut_10()
[all …]
H A Dintel_color.h15 struct drm_property_blob;
33 const struct drm_property_blob *blob1,
34 const struct drm_property_blob *blob2,
H A Dintel_display_core.h36 struct drm_property_blob;
357 struct drm_property_blob *glk_linear_degamma_lut;
/linux/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c82 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/drivers/gpu/drm/nouveau/dispnv50/
H A Dlut.h4 struct drm_property_blob;
14 u32 nv50_lut_load(struct nv50_lut *, int buffer, struct drm_property_blob *,
H A Dlut.c32 nv50_lut_load(struct nv50_lut *lut, int buffer, struct drm_property_blob *blob, in nv50_lut_load()
H A Datom.h178 struct drm_property_blob *ilut;
H A Dwndw.c373 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/drivers/gpu/drm/arm/display/komeda/
H A 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/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h801 struct drm_property_blob *degamma_lut;
829 struct drm_property_blob *ctm;
834 struct drm_property_blob *shaper_lut;
845 struct drm_property_blob *lut3d;
850 struct drm_property_blob *blend_lut;
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ccorr.c107 struct drm_property_blob *blob = state->ctm; in mtk_ccorr_ctm_set()
/linux/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c127 static void malidp_generate_gamma_table(struct drm_property_blob *lut_blob, in malidp_generate_gamma_table()
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_crtc.c492 struct drm_property_blob *drm_lut = state->gamma_lut; in rcar_du_cmm_check()
511 struct drm_property_blob *drm_lut = crtc->state->gamma_lut; in rcar_du_cmm_setup()

12