Skip to content

Fix bpc to auto default to 10bit #370

@usurinisso

Description

@usurinisso

drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c L2489

	if ((hdmi->colordepth > 8 || hdmi->colordepth == 0) && support_dc)
		color_depth = 10;
	else
		color_depth = 8;

Auto default to 10 bit color for supported displays. Defaulting to 8bit kills ability to playback HDR content on wayland hard locking without .dtb modifications

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions