aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-26drm/radeon: only init fbdev if we have connectorsRob Clark1-2/+4
2015-12-08Back merge tag 'v4.4-rc4' into drm-nextDave Airlie1-27/+79
2015-12-04drm/radeon: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v2)Mario Kleiner1-27/+79
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä1-2/+2
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-nextDave Airlie1-12/+2
2015-10-06drm/irq: Use unsigned int pipe in public APIThierry Reding1-12/+13
2015-10-02drm/radeon: add pm sysfs files lateAlex Deucher1-12/+2
2015-09-24drm: Stop using linedur_ns and pixeldur_ns for vblank timestampsVille Syrjälä1-6/+8
2015-03-19drm/radeon: implement output csc property for DCE5+Alex Deucher1-1/+1
2015-03-19drm/radeon: add an output_csc propertyAlex Deucher1-0/+13
2015-02-02drm/radeon: fix PLLs on RS880 and older v2Christian König1-0/+3
2014-11-20drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursorMichel Dänzer1-1/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-03drm/radeon: cope with foreign fences inside displayMaarten Lankhorst1-11/+19
2014-09-11Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-reworkDaniel Vetter1-7/+4
2014-09-11drm: Clarify vblank ts/scanoutpos sampling #definesDaniel Vetter1-1/+1
2014-09-02drm/ttm: flip the switch, and convert to dma_fenceMaarten Lankhorst1-1/+1
2014-09-01drm/ttm: kill fence_lockMaarten Lankhorst1-6/+1
2014-08-27drm/radeon: take exclusive_lock in read mode during ring tests, v5Maarten Lankhorst1-1/+3
2014-08-05drm/radeon: Use pflip irqs for pageflip completion if possible. (v2)Mario Kleiner1-0/+12
2014-08-05drm/radeon: use a fetch function to get the edidAlex Deucher1-1/+1
2014-08-05drm/radeon: restructure edid fetchingAlex Deucher1-58/+0
2014-07-17drm/radeon: Make classic pageflip completion path less racy.Mario Kleiner1-3/+3
2014-07-17drm/radeon: Add missing vblank_put in pageflip ioctl error path.Mario Kleiner1-1/+4
2014-07-17drm/radeon: Remove redundant fence unref in pageflip path.Mario Kleiner1-1/+0
2014-07-17drm/radeon: Complete page flip even if waiting on the BO fence failsMichel Dänzer1-15/+9
2014-07-17drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()Michel Dänzer1-89/+92
2014-07-17drm/radeon: avoid leaking edid dataAlex Deucher1-0/+5
2014-07-01drm/radeon: Track the status of a page flip more explicitlyMichel Dänzer1-5/+14
2014-06-18drm/radeon: Fix radeon_irq_kms_pflip_irq_get/put() imbalanceMichel Dänzer1-1/+1
2014-06-18Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"Michel Dänzer1-0/+17
2014-06-13drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout.Mario Kleiner1-1/+2
2014-06-09drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flipMichel Dänzer1-3/+3
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-3/+17
2014-06-04drm/radeon: replace drm_get_connector_name() with direct name field useJani Nikula1-1/+1
2014-06-04drm/radeon: rework page flip handling v4Christian König1-103/+136
2014-06-04Revert "drm/radeon: rework page flip handling v3"Dave Airlie1-139/+106
2014-06-02drm/radeon: rework page flip handling v3Christian König1-106/+139
2014-06-02drm/radeon: separate vblank and pflip crtc handlingChristian König1-2/+31
2014-06-02drm/radeon: split page flip and pending callbackChristian König1-1/+2
2014-06-02drm/radeon: remove drm_vblank_get|put from pflip handlingChristian König1-17/+0
2014-06-02drm/radeon: remove (pre|post)_page_flip callbacksChristian König1-2/+2
2014-05-30drm/radeon: lower the ref * post PLL maximum once moreChristian König1-1/+1
2014-05-20drm/radeon: fix typo in finding PLL paramsChristian König1-1/+1
2014-05-06drm/radeon: lower the ref * post PLL maximumChristian König1-1/+1
2014-05-01drm/radeon: avoid high jitter with small frac divsChristian König1-2/+12
2014-05-01drm/radeon: use pflip irq on R600+ v2Christian König1-0/+4
2014-04-20drm/radeon: improve PLL limit handling in post div calculationChristian König1-26/+51
2014-04-19drm/radeon: use fixed PPL ref divider if neededChristian König1-1/+6
2014-04-19Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-nextDave Airlie1-6/+5