mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-07-25 10:55:58 +00:00
kms_rotation_crc: Remove useless comments
A typical example of what comments shouldn't be: case DRM_PLANE_TYPE_PRIMARY: /* primary */ Well, yes!, it's written just there, PRIMARY! Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
19743a1435
commit
7e7c625441
@ -107,11 +107,11 @@ static bool prepare_crtc(data_t *data)
|
||||
return false;
|
||||
|
||||
switch (data->type) {
|
||||
case DRM_PLANE_TYPE_OVERLAY: /* Sprite */
|
||||
case DRM_PLANE_TYPE_OVERLAY:
|
||||
igt_info("Sprite plane\n");
|
||||
plane = igt_output_get_plane(output, IGT_PLANE_2);
|
||||
break;
|
||||
case DRM_PLANE_TYPE_PRIMARY: /* Primary */
|
||||
case DRM_PLANE_TYPE_PRIMARY:
|
||||
igt_info("Primary plane\n");
|
||||
plane = igt_output_get_plane(output, IGT_PLANE_PRIMARY);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user