[PATCH] drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.

2011-06-19 Thread Alex Deucher
On Fri, Jun 17, 2011 at 11:59 PM, Dave Airlie wrote: > From: Dave Airlie > > Since we were calling the wptr function before checking if the IH was > even enabled, or the GPU wasn't shutdown, we'd get spam in the logs when > the GPU readback 0x. This reorders things so we return early > in

Re: [PATCH] drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.

2011-06-19 Thread Alex Deucher
On Fri, Jun 17, 2011 at 11:59 PM, Dave Airlie wrote: > From: Dave Airlie > > Since we were calling the wptr function before checking if the IH was > even enabled, or the GPU wasn't shutdown, we'd get spam in the logs when > the GPU readback 0x. This reorders things so we return early > in

[PATCH] drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.

2011-06-18 Thread Dave Airlie
From: Dave Airlie Since we were calling the wptr function before checking if the IH was even enabled, or the GPU wasn't shutdown, we'd get spam in the logs when the GPU readback 0x. This reorders things so we return early in the no IH and GPU shutdown cases. Reported-and-tested-by: ManDa

[PATCH] drm/radeon: avoid warnings from r600/eg irq handlers on powered off card.

2011-06-17 Thread Dave Airlie
From: Dave Airlie Since we were calling the wptr function before checking if the IH was even enabled, or the GPU wasn't shutdown, we'd get spam in the logs when the GPU readback 0x. This reorders things so we return early in the no IH and GPU shutdown cases. Reported-and-tested-by: ManDa