Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/radeon: add pageflip hooks for fusion

Looks like these got passed over with both being merged at the same
time but not quite meeting in the middle.

should fix: https://bugs.freedesktop.org/show_bug.cgi?id=34137
along with Michael's phoronix article.

Reported-by: Chi-Thanh Christopher Nguyen
Article-written-by: Michael Larabel @ phoronix
Signed-off-by: Dave Airlie <airlied@redhat.com>

+3
+3
drivers/gpu/drm/radeon/radeon_asic.c
··· 834 834 .pm_finish = &evergreen_pm_finish, 835 835 .pm_init_profile = &rs780_pm_init_profile, 836 836 .pm_get_dynpm_state = &r600_pm_get_dynpm_state, 837 + .pre_page_flip = &evergreen_pre_page_flip, 838 + .page_flip = &evergreen_page_flip, 839 + .post_page_flip = &evergreen_post_page_flip, 837 840 }; 838 841 839 842 static struct radeon_asic btc_asic = {