Commit febb8449 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nv50-/mc: also pass PMGR interrupts onto I2C subdev



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 20a80074
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -34,7 +34,8 @@ nv50_mc_intr[] = {
	{ 0x00008000, NVDEV_ENGINE_BSP },	/* NV84- */
	{ 0x00020000, NVDEV_ENGINE_VP },	/* NV84- */
	{ 0x00100000, NVDEV_SUBDEV_TIMER },
	{ 0x00200000, NVDEV_SUBDEV_GPIO },
	{ 0x00200000, NVDEV_SUBDEV_GPIO },	/* PMGR->GPIO */
	{ 0x00200000, NVDEV_SUBDEV_I2C }, 	/* PMGR->I2C/AUX */
	{ 0x10000000, NVDEV_SUBDEV_BUS },
	{ 0x80000000, NVDEV_ENGINE_SW },
	{ 0x0002d101, NVDEV_SUBDEV_FB },
+2 −1
Original line number Diff line number Diff line
@@ -36,7 +36,8 @@ nv98_mc_intr[] = {
	{ 0x00040000, NVDEV_SUBDEV_PWR },	/* NVA3:NVC0 */
	{ 0x00080000, NVDEV_SUBDEV_THERM },	/* NVA3:NVC0 */
	{ 0x00100000, NVDEV_SUBDEV_TIMER },
	{ 0x00200000, NVDEV_SUBDEV_GPIO },
	{ 0x00200000, NVDEV_SUBDEV_GPIO },	/* PMGR->GPIO */
	{ 0x00200000, NVDEV_SUBDEV_I2C }, 	/* PMGR->I2C/AUX */
	{ 0x00400000, NVDEV_ENGINE_COPY0 },	/* NVA3-     */
	{ 0x10000000, NVDEV_SUBDEV_BUS },
	{ 0x80000000, NVDEV_ENGINE_SW },
+2 −1
Original line number Diff line number Diff line
@@ -38,7 +38,8 @@ nvc0_mc_intr[] = {
	{ 0x00040000, NVDEV_SUBDEV_THERM },
	{ 0x00020000, NVDEV_ENGINE_VP },
	{ 0x00100000, NVDEV_SUBDEV_TIMER },
	{ 0x00200000, NVDEV_SUBDEV_GPIO },
	{ 0x00200000, NVDEV_SUBDEV_GPIO },	/* PMGR->GPIO */
	{ 0x00200000, NVDEV_SUBDEV_I2C },	/* PMGR->I2C/AUX */
	{ 0x01000000, NVDEV_SUBDEV_PWR },
	{ 0x02000000, NVDEV_SUBDEV_LTCG },
	{ 0x08000000, NVDEV_SUBDEV_FB },