summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon
AgeCommit message (Expand)AuthorFilesLines
2017-07-14drm: radeon: constify drm_prop_enum_list structures.Arvind Yadav1-6/+6
2017-07-14drm: radeon: radeon_ttm: constify ttm_place structures.Arvind Yadav1-1/+1
2017-07-14drm/radeon: add header comment for clarification to vce_v2_0_enable_mgcg()Gustavo A. R. Silva1-0/+4
2017-07-14drm/radeon: Allow vblank_disable_immediate.Mario Kleiner1-0/+4
2017-07-07drm/radeon: Fix eDP for single-display iMac10,1 (v2)Mario Kleiner1-2/+11
2017-06-27Backmerge tag 'v4.12-rc7' into drm-nextDave Airlie6-7/+27
2017-06-20drm/radeon: add a quirk for Toshiba Satellite L20-183Alex Deucher1-0/+7
2017-06-20drm/radeon: add a PX quirk for another K53TK variantAlex Deucher1-0/+4
2017-06-16Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie8-1344/+412
2017-06-14drm/radeon: Fix overflow of watermark calcs at > 4k resolutions.Mario Kleiner3-6/+15
2017-06-14drm/radeon: fix "force the UVD DPB into VRAM as well"Christian König1-1/+1
2017-06-08drm/amdgpu/radeon: Use radeon by default for CIK GPUsMichel Dänzer2-6/+3
2017-06-08drm/radeon: Make si_support and cik_support parameters always availableMichel Dänzer3-13/+0
2017-06-08drm/radeon: Add module param to control SI supportFelix Kuehling3-0/+23
2017-05-31drm/amdkfd: allow split HQD on per-queue granularity v5Andres Rodriguez1-3/+18
2017-05-31drm/radeon: take ownership of pipe initializationAndres Rodriguez2-25/+15
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie6-8/+14
2017-05-26Merge branch 'drm-fixes-4.12' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie5-7/+13
2017-05-24drm/radeon: Cleanup pageflipping IRQ handling for evergreen, siLyude3-172/+51
2017-05-24drm/radeon: Cleanup HDMI audio interrupt handling for evergreenLyude2-133/+27
2017-05-24drm/radeon: Cleanup display interrupt handling for evergreen, siLyude4-1059/+314
2017-05-24drm/radeon: Add module param to control CIK supportFelix Kuehling3-0/+28
2017-05-24drm/radeon: Unbreak HPD handling for r600+Lyude4-7/+7
2017-05-24drm/radeon/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-05-24drm/radeon: Unbreak HPD handling for r600+Lyude4-7/+7
2017-05-24drm/radeon/ci: disable mclk switching for high refresh rates (v2)Alex Deucher1-0/+6
2017-05-22drm/radeon: Fix oops upon driver load on PowerXpress laptopsLukas Wunner1-1/+1
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko4-10/+11
2017-05-18Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul9-63/+45
2017-05-18Merge tag 'drm-misc-next-2017-05-16' of git://anongit.freedesktop.org/git/drm...Dave Airlie3-43/+15
2017-05-17drm/radeon: fix include notation and remove -Iinclude/drm flagMasahiro Yamada25-33/+33
2017-05-12Merge branch 'drm-next-4.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie8-63/+42
2017-05-10drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not emptyJulien Isorce1-1/+1
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter3-43/+15
2017-05-10drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2-3/+3
2017-05-10drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2-11/+11
2017-05-08drm: use set_memory.h headerLaura Abbott1-0/+3
2017-04-28drm/radeon: Make display watermark calculations more accurateMario Kleiner3-15/+15
2017-04-28drm/radeon: Avoid overflows/divide-by-zero in latency_watermark calculations.Mario Kleiner3-39/+7
2017-04-28drm/radeon: check return value of radeon_fence_emitPan Bian1-1/+6
2017-04-28drm/radeon: check return value of radeon_ring_lockPan Bian1-2/+6
2017-04-28drm/radeon: force the UVD DPB into VRAM as wellChristian König2-5/+7
2017-04-11Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+2
2017-04-11Backmerge tag 'v4.11-rc6' into drm-nextDave Airlie1-2/+2
2017-04-07drm/radeon: fix typo in bandwidth calculationAlex Deucher1-1/+1
2017-04-07drm/radeon: Refuse to migrate a prime BO to VRAM. (v2)Christopher James Halse Rogers3-0/+19
2017-04-07drm/radeon: Maintain prime import/export refcount for BOsChristopher James Halse Rogers2-0/+7
2017-04-07drm/radeon: Fail fb creation from imported dma-bufs.Christopher James Halse Rogers1-0/+6
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1