Re: [PATCH v2 07/10] drm/amd/display: dc/irq: add support for DCE6

2018-10-17 Thread Wentland, Harry
On 2018-10-17 4:35 a.m., Mauro Rossi wrote: > DCE6 targets are added replicating existing DCE8 implementation. > > NOTE: due to missing CRTC_VERTICAL_INTERRUPT0_CONTROL registers/masks, > dce/dce_8_0_{d,sh_mask}.h headers were used instead of > dce/dce_6_0_{d,sh_mask}.h > but only as exception

[PATCH v2 07/10] drm/amd/display: dc/irq: add support for DCE6

2018-10-17 Thread Mauro Rossi
DCE6 targets are added replicating existing DCE8 implementation. NOTE: due to missing CRTC_VERTICAL_INTERRUPT0_CONTROL registers/masks, dce/dce_8_0_{d,sh_mask}.h headers were used instead of dce/dce_6_0_{d,sh_mask}.h but only as exception in dce/irq_service_dce60.c IMPORTANT: Coding of