[PATCH xf86-video-amdgpu 2/5] Hook up CRTC color management functions
Michel Dänzer
michel at daenzer.net
Mon Apr 9 15:03:22 UTC 2018
On 2018-03-26 10:00 PM, sunpeng.li at amd.com wrote:
> From: "Leo (Sunpeng) Li" <sunpeng.li at amd.com>
>
> The functions insert into the output resource creation, and property
> change functions. CRTC destroy is also hooked-up for proper cleanup of
> the CRTC property list.
>
> Signed-off-by: Leo (Sunpeng) Li <sunpeng.li at amd.com>
[...]
> @@ -1933,6 +1933,9 @@ static void drmmode_output_create_resources(xf86OutputPtr output)
> }
> }
> }
> +
> + if (output->crtc)
> + drmmode_crtc_create_resources(output->crtc, output);
output->crtc is only non-NULL here for outputs which are enabled at Xorg
startup; other outputs won't have the new properties.
--
Earthling Michel Dänzer | http://www.amd.com
Libre software enthusiast | Mesa and X developer
More information about the amd-gfx
mailing list