Symbol: drm_property_blob
sys/dev/drm/amd/amdgpu/amdgpu_connectors.c
252
struct drm_property_blob *edid_blob = connector->edid_blob_ptr;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
123
struct drm_property_blob *blob = crtc->base.gamma_lut;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
189
struct drm_property_blob *blob = crtc->base.ctm;
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm_color.c
246
struct drm_property_blob *blob = crtc_state->degamma_lut;
sys/dev/drm/drm_atomic_helper.c
3960
struct drm_property_blob *blob = NULL;
sys/dev/drm/drm_atomic_uapi.c
115
struct drm_property_blob *blob)
sys/dev/drm/drm_atomic_uapi.c
388
struct drm_property_blob **blob,
sys/dev/drm/drm_atomic_uapi.c
394
struct drm_property_blob *new_blob = NULL;
sys/dev/drm/drm_atomic_uapi.c
431
struct drm_property_blob *mode =
sys/dev/drm/drm_fb_helper.c
1403
static struct drm_property_blob *setcmap_new_gamma_lut(struct drm_crtc *crtc,
sys/dev/drm/drm_fb_helper.c
1407
struct drm_property_blob *gamma_lut;
sys/dev/drm/drm_fb_helper.c
1450
struct drm_property_blob *gamma_lut = NULL;
sys/dev/drm/drm_mode_config.c
424
struct drm_property_blob *blob, *bt;
sys/dev/drm/drm_plane.c
89
struct drm_property_blob *blob;
sys/dev/drm/drm_property.c
526
struct drm_property_blob *blob =
sys/dev/drm/drm_property.c
527
container_of(kref, struct drm_property_blob, base.refcount);
sys/dev/drm/drm_property.c
552
struct drm_property_blob *
sys/dev/drm/drm_property.c
556
struct drm_property_blob *blob;
sys/dev/drm/drm_property.c
559
if (!length || length > ULONG_MAX - sizeof(struct drm_property_blob))
sys/dev/drm/drm_property.c
562
blob = kvzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL);
sys/dev/drm/drm_property.c
598
void drm_property_blob_put(struct drm_property_blob *blob)
sys/dev/drm/drm_property.c
610
struct drm_property_blob *blob, *bt;
sys/dev/drm/drm_property.c
629
struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob)
sys/dev/drm/drm_property.c
648
struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
sys/dev/drm/drm_property.c
652
struct drm_property_blob *blob = NULL;
sys/dev/drm/drm_property.c
689
struct drm_property_blob **replace,
sys/dev/drm/drm_property.c
695
struct drm_property_blob *new_blob = NULL;
sys/dev/drm/drm_property.c
696
struct drm_property_blob *old_blob = NULL;
sys/dev/drm/drm_property.c
736
bool drm_property_replace_blob(struct drm_property_blob **blob,
sys/dev/drm/drm_property.c
737
struct drm_property_blob *new_blob)
sys/dev/drm/drm_property.c
739
struct drm_property_blob *old_blob = *blob;
sys/dev/drm/drm_property.c
756
struct drm_property_blob *blob;
sys/dev/drm/drm_property.c
785
struct drm_property_blob *blob;
sys/dev/drm/drm_property.c
821
struct drm_property_blob *blob = NULL, *bt;
sys/dev/drm/drm_property.c
900
struct drm_property_blob *blob;
sys/dev/drm/i915/intel_color.c
314
struct drm_property_blob *blob,
sys/dev/drm/include/drm/drm_atomic_uapi.h
38
struct drm_property_blob;
sys/dev/drm/include/drm/drm_atomic_uapi.h
50
struct drm_property_blob *blob);
sys/dev/drm/include/drm/drm_color_mgmt.h
49
static inline int drm_color_lut_size(const struct drm_property_blob *blob)
sys/dev/drm/include/drm/drm_connector.h
1101
struct drm_property_blob *tile_blob_ptr;
sys/dev/drm/include/drm/drm_connector.h
41
struct drm_property_blob;
sys/dev/drm/include/drm/drm_connector.h
951
struct drm_property_blob *edid_blob_ptr;
sys/dev/drm/include/drm/drm_connector.h
974
struct drm_property_blob *path_blob_ptr;
sys/dev/drm/include/drm/drm_crtc.h
249
struct drm_property_blob *mode_blob;
sys/dev/drm/include/drm/drm_crtc.h
258
struct drm_property_blob *degamma_lut;
sys/dev/drm/include/drm/drm_crtc.h
266
struct drm_property_blob *ctm;
sys/dev/drm/include/drm/drm_crtc.h
275
struct drm_property_blob *gamma_lut;
sys/dev/drm/include/drm/drm_property.h
223
#define obj_to_blob(x) container_of(x, struct drm_property_blob, base)
sys/dev/drm/include/drm/drm_property.h
269
struct drm_property_blob *drm_property_create_blob(struct drm_device *dev,
sys/dev/drm/include/drm/drm_property.h
272
struct drm_property_blob *drm_property_lookup_blob(struct drm_device *dev,
sys/dev/drm/include/drm/drm_property.h
275
struct drm_property_blob **replace,
sys/dev/drm/include/drm/drm_property.h
280
bool drm_property_replace_blob(struct drm_property_blob **blob,
sys/dev/drm/include/drm/drm_property.h
281
struct drm_property_blob *new_blob);
sys/dev/drm/include/drm/drm_property.h
282
struct drm_property_blob *drm_property_blob_get(struct drm_property_blob *blob);
sys/dev/drm/include/drm/drm_property.h
283
void drm_property_blob_put(struct drm_property_blob *blob);
sys/dev/drm/radeon/radeon_connectors.c
284
struct drm_property_blob *edid_blob = connector->edid_blob_ptr;