backends/drm: Pass the correct arguments to encodingToNits in the ICC shader
The ICC shader fails to compile due to the changed signature of the encodingToNits function (commit f1a867ea), resulting in a solid white screen when running KWin.
This MR fixes this issue by passing the required extra argument.