Searched refs:txp_data (Results 1 – 1 of 1) sorted by relevance
293 const struct vc4_txp_data *txp_data = txp->data; in vc4_txp_connector_atomic_commit() local321 if (txp_data->has_byte_enable) in vc4_txp_connector_atomic_commit()341 if (txp_data->supports_40bit_addresses) in vc4_txp_connector_atomic_commit()342 TXP_WRITE(txp_data->high_addr_ptr_reg, upper_32_bits(addr) & 0xff); in vc4_txp_connector_atomic_commit()348 if (txp_data->size_minus_one) { in vc4_txp_connector_atomic_commit()555 const struct vc4_txp_data *txp_data; in vc4_txp_bind() local570 txp_data = of_device_get_match_data(dev); in vc4_txp_bind()571 if (!txp_data) in vc4_txp_bind()574 txp->data = txp_data; in vc4_txp_bind()585 ret = vc4_crtc_init(drm, pdev, vc4_crtc, &txp_data->base, in vc4_txp_bind()[all …]
Completed in 6 milliseconds