HomeSort by: relevance | last modified time | path
    Searched refs:drm_property_blob (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.h 15 struct drm_property_blob;
23 bool intel_color_lut_equal(struct drm_property_blob *blob1,
24 struct drm_property_blob *blob2,
intel_color.c 118 static bool lut_is_legacy(const struct drm_property_blob *lut)
410 const struct drm_property_blob *blob)
511 const struct drm_property_blob *blob)
533 const struct drm_property_blob *gamma_lut = crtc_state->hw.gamma_lut;
542 const struct drm_property_blob *blob)
556 const struct drm_property_blob *gamma_lut = crtc_state->hw.gamma_lut;
578 const struct drm_property_blob *blob,
605 const struct drm_property_blob *blob,
663 const struct drm_property_blob *gamma_lut = crtc_state->hw.gamma_lut;
664 const struct drm_property_blob *degamma_lut = crtc_state->hw.degamma_lut
    [all...]
intel_atomic.c 114 static bool blob_equal(const struct drm_property_blob *a,
115 const struct drm_property_blob *b)
intel_display_types.h 807 struct drm_property_blob *degamma_lut, *gamma_lut, *ctm;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
lut.h 6 struct drm_property_blob;
20 u32 nv50_lut_load(struct nv50_lut *, int buffer, struct drm_property_blob *,
nouveau_dispnv50_lut.c 43 nv50_lut_load(struct nv50_lut *lut, int buffer, struct drm_property_blob *blob,
atom.h 164 struct drm_property_blob *ilut;
nouveau_dispnv50_wndw.c 332 struct drm_property_blob *ilut = asyh->state.degamma_lut;
360 static struct drm_property_blob dummy = {};
nouveau_dispnv50_head.c 220 struct drm_property_blob *olut = asyh->state.gamma_lut;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_property.h 196 * struct drm_property_blob - Blob data for &drm_property
211 struct drm_property_blob { struct
226 #define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
272 struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
275 struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
278 struct drm_property_blob **replace,
283 bool drm_property_replace_blob(struct drm_property_blob **blob,
284 struct drm_property_blob *new_blob);
285 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob)
    [all...]
drm_atomic_uapi.h 38 struct drm_property_blob;
50 struct drm_property_blob *blob);
drm_color_mgmt.h 74 static inline int drm_color_lut_size(const struct drm_property_blob *blob)
124 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests);
drm_crtc.h 252 * @mode_blob: &drm_property_blob for @mode, for exposing the mode to
255 struct drm_property_blob *mode_blob;
264 struct drm_property_blob *degamma_lut;
272 struct drm_property_blob *ctm;
281 struct drm_property_blob *gamma_lut;
drm_connector.h 43 struct drm_property_blob;
665 struct drm_property_blob *hdr_output_metadata;
1218 struct drm_property_blob *edid_blob_ptr;
1252 struct drm_property_blob *path_blob_ptr;
1400 struct drm_property_blob *tile_blob_ptr;
drm_plane.h 187 struct drm_property_blob *fb_damage_clips;
  /src/sys/external/bsd/drm2/dist/drm/
drm_property.c 57 * point at a &drm_property_blob with that additional data.
537 struct drm_property_blob *blob =
538 container_of(kref, struct drm_property_blob, base.refcount);
563 struct drm_property_blob *
567 struct drm_property_blob *blob;
570 if (!length || length > INT_MAX - sizeof(struct drm_property_blob))
573 blob = kvzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL);
609 void drm_property_blob_put(struct drm_property_blob *blob)
621 struct drm_property_blob *blob, *bt;
640 struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob
    [all...]
drm_damage_helper.c 171 struct drm_property_blob *damage = NULL;
drm_atomic_uapi.c 120 struct drm_property_blob *blob)
393 struct drm_property_blob **blob,
399 struct drm_property_blob *new_blob = NULL;
436 struct drm_property_blob *mode =
drm_color_mgmt.c 496 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests)
drm_debugfs.c 362 struct drm_property_blob *edid = connector->edid_blob_ptr;
drm_mode_config.c 475 struct drm_property_blob *blob, *bt;
drm_fb_helper.c 987 static struct drm_property_blob *setcmap_new_gamma_lut(struct drm_crtc *crtc,
991 struct drm_property_blob *gamma_lut;
1034 struct drm_property_blob *gamma_lut = NULL;
drm_plane.c 94 struct drm_property_blob *blob;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_color.c 92 __extract_blob_lut(const struct drm_property_blob *blob, uint32_t *size)
  /src/sys/external/bsd/drm2/drm/
drmfb.c 151 struct drm_property_blob *edid = connector->edid_blob_ptr;

Completed in 29 milliseconds

1 2