sna/dri2: DBG fixes

Update the DBG statements to match current code.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2014-05-22 10:04:09 +01:00
parent 80dfbaa3c3
commit 0f0cd87c66
1 changed files with 3 additions and 3 deletions

View File

@ -1755,9 +1755,9 @@ static void chain_flip(struct sna *sna)
static void sna_dri2_flip_event(struct sna *sna,
struct sna_dri2_frame_event *flip)
{
DBG(("%s(frame=%d, tv=%d.%06d, type=%d)\n",
DBG(("%s(frame=%lld, tv=%d.%06d, type=%d)\n",
__FUNCTION__,
flip->fe_frame,
(long long)flip->fe_frame,
flip->fe_tv_sec,
flip->fe_tv_usec,
flip->type));
@ -2395,7 +2395,7 @@ fail:
(long long)*msc, (long long)*ust));
} else {
DBG(("%s: query failed on pipe %d, ret=%d\n",
__FUNCTION__, pipe, errno));
__FUNCTION__, sna_crtc_to_pipe(crtc), errno));
goto fail;
}