Lines Matching defs:state
270 * revoked state of the KSVs in the list passed in by display drivers are
350 * When kernel triggered content protection state change like DESIRED->ENABLED
352 * the content protection state of a connector.
396 * drm_hdcp_update_content_protection - Updates the content protection state
399 * @connector: drm_connector on which content protection state needs an update
400 * @val: New state of the content protection property
403 * content protection state changes of a drm_connector such as DESIRED->ENABLED
405 * as userspace is triggering such state change and kernel performs it without
406 * fail.This function update the new state of the property into the connector's
407 * state and generate an uevent to notify the userspace.
413 struct drm_connector_state *state = connector->state;
416 if (state->content_protection == val)
419 state->content_protection = val;