#ifndef TIMER_H #define TIMER_H #include extern void set_itimer_interval_value(struct itimerval *itimer, unsigned long sec, unsigned long usec); extern int get_user_hz(void); #endif /* TIMER_H */ ate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-06-09 17:27:36 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-07 14:51:30 -0400
commite70a15f5563d87f0235360db2598396ec0cf0001 (patch)
tree1db65b1f423e3a99170bc2d7ca98eb76119b2e5e
parentb58bc5598acc7df83788cc772d8b1a12f0913783 (diff)
drm/radeon/cik: fix CP jump table size
Align to the jump table offset. May fix hangs on some asics with GFX PG enabled. Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com> Acked-by: Tom St Denis <tom.stdenis@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>