summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)Author
2016-12-15drm/amdgpu: disable uvd pg on Tonga.Rex Zhu
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-12-09Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2016-12-08drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as wellMichel Dänzer
2016-12-08drm/amdgpu: use pin rather than pin_restricted in a few casesAlex Deucher
2016-12-08drm/amd/amdgpu: Add gpr reading for GFX v7Tom St Denis
2016-12-08drm/amd/amdgpu: Add gpr reading for GFX v6Tom St Denis
2016-12-08drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)Tom St Denis
2016-12-08drm/amd/amdgpu: export vbios information (v2)Evan Quan
2016-12-08drm/amd/amdgpu: stored bios_sizeEvan Quan
2016-12-07drm/amdgpu: just suspend the hw on pci shutdownAlex Deucher
2016-12-06drm/amdgpu: update golden setting of tongaHuang Rui
2016-12-06drm/amdgpu/si: load the proper firmware on 0x87 oland boardsAlex Deucher
2016-12-06drm/amdgpu: add additional pci revision to dpm workaroundAlex Deucher
2016-12-06drm/amdgpu: Don't touch GFX hw during HW finiXiangliang Yu
2016-12-06drm/amdgpu: drop redundant vi_mqd defineXiangliang Yu
2016-12-06drm/amdgpu: fix gtt available page num accountingFlora Cui
2016-12-06drm/amd/amdgpu: validate the shadow BO.Alex Xie
2016-12-06drm/amdgpu: no need to ungate uvd/vce clock when fini.Rex Zhu
2016-12-06drm/amdgpu: Only update the CUR_SIZE register when necessaryMichel Dänzer
2016-12-06drm/amdgpu: Also call cursor_move_locked when the cursor size changesMichel Dänzer
2016-12-06drm/amdgpu: Store CRTC relative amdgpu_crtc->cursor_x/y valuesMichel Dänzer
2016-12-06drm/amd/amdgpu: enable GUI idle INT after enabling CGCGArindam Nath
2016-12-06drm/amdgpu: enable VCE clockgating in Polaris-10/11Maruthi Srinivas Bayyavarapu
2016-12-06drm/amdgpu: fix CI bug uvd status not true in debugfs.Rex Zhu
2016-12-06drm/amdgpu: remove error message when loading driverXiangliang Yu
2016-12-06drm/amdgpu: fix bug mclk can't change on PolarisRex Zhu
2016-12-06drm/amdgpu: refine uvd 6.0 clock gate feature.Rex Zhu
2016-12-06drm/amdgpu/gfx8: move eop programming per queueAlex Deucher
2016-12-06Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory ...Alex Deucher
2016-12-06Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter
2016-12-06drm/amdgpu: don't add files at control minor debugfs directoryNicolai Stange
2016-12-06Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2016-12-05Backmerge tag 'v4.9-rc8' into drm-nextDave Airlie
2016-12-04don't open-code file_inode()Al Viro
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-11-29drm/amdgpu: fix check for port PM availabilityPeter Wu
2016-11-23drm/amdgpu: drop is_display_hung from display funcsAlex Deucher
2016-11-23drm/amdgpu/uvd: reduce IB parsing overhead on UVD5+ (v2)Alex Deucher
2016-11-23drm/amdgpu/uvd: consolidate code for fetching addr from ctxAlex Deucher
2016-11-23drm/amdgpu: Disable DPM in virtualizationTrigger Huang
2016-11-23drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/PTs (v2)Christian König
2016-11-23drm/amdgpu: improve AMDGPU_GEM_CREATE_VRAM_CLEARED handling (v2)Christian König
2016-11-23drm/amdgpu: fix error handling in amdgpu_bo_create_restrictedChristian König
2016-11-23drm/amdgpu: fix amdgpu_fill_buffer (v2)Christian König
2016-11-23drm/amdgpu: remove amdgpu_irq_get_delayedChristian König
2016-11-23amdgpu: Wrap dev_err() calls on vm faults with printk_ratelimit()Edward O'Callaghan
2016-11-23amdgpu: Use dev_err() over vanilla printk() in vm_decode_fault()Edward O'Callaghan
2016-11-23drm/amd/amdgpu: port of DCE v6 to new headers (v3)Tom St Denis