Home
last modified time | relevance | path

Searched full:dp500 (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/display/
H A Darm,malidp.yaml15 licensable IP by ARM Ltd. The bindings describe the Mali DP500, DP550 and
22 - arm,mali-dp500
78 into the RQOS register of the DP500.
79 See the ARM Mali-DP500 TRM for details on the encoding.
/openbmc/linux/drivers/gpu/drm/arm/
H A Dmalidp_regs.h6 * ARM Mali DP500/DP550/DP650 registers definition.
170 /* register offsets and bits specific to DP500 */
190 * The YUV2RGB coefficients on the DP500 are not in the video layer's register
214 * The quality of service (QoS) register on the DP500. RQOS register values
274 /* The following register offsets are common for DP500, DP550 and DP650 */
297 * The old DP500 IP mixes some DC with the DE registers, hence the need
H A Dmalidp_drv.c6 * ARM Mali DP500/DP550/DP650 KMS/DRM driver
578 .compatible = "arm,mali-dp500",
597 const char *compatstr_dp500 = "arm,mali-dp500"; in malidp_is_compatible_hw_id()
602 * The DP500 CORE_ID register is in a different location, so check it in malidp_is_compatible_hw_id()
603 * first. If the product id field matches, then this is DP500, otherwise in malidp_is_compatible_hw_id()
607 /* Offset 0x18 will never read 0x500 on products other than DP500. */ in malidp_is_compatible_hw_id()
612 DRM_ERROR("Device-tree expects %s, but hardware %s DP500.\n", in malidp_is_compatible_hw_id()
637 const char *compatstr_dp500 = "arm,mali-dp500"; in malidp_has_sufficient_address_space()
H A DKconfig35 Processor driver. It supports the DP500, DP550 and DP650 variants
H A Dmalidp_drv.h6 * ARM Mali DP500/DP550/DP650 KMS/DRM driver structures
H A Dmalidp_hw.h29 DE_GRAPHICS2 = BIT(2), /* used only in DP500 */
132 /* Unlike DP550/650, DP500 has 3 stride registers in its video layer. */
H A Dmalidp_crtc.c6 * ARM Mali DP500/DP550/DP650 driver (crtc operations)
H A Dmalidp_hw.c6 * ARM Mali DP500/DP550/DP650 hardware manipulation routines. This is where
353 * Mali-DP500 encodes the background color like this: in malidp500_modeset()
/openbmc/u-boot/drivers/video/
H A Dmali_dp.c109 * return 0x5000000 on DP500 in malidp_get_hwid()
332 /* DP500 is special */ in malidp_probe()
391 { .compatible = "arm,mali-dp500" },
H A DKconfig508 the DP500, DP550 and DP650 family.
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a.dtsi860 compatible = "arm,mali-dp500";