summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-11-02drm/gma500: Add compat ioctlPatrik Jakobsson
2016-10-28Merge branch 'linux-4.9' of git://github.com/skeggsb/linux into drm-nextDave Airlie
2016-10-28Merge tag 'topic/drm-misc-2016-10-27' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2016-10-27drm/amdgpu: turn on/off uvd clock when dpm enable/disable on CIRex Zhu
2016-10-27drm/amdgpu: disable dpm before turn off clock when vce idle.Rex Zhu
2016-10-27drm/amdgpu: enable uvd bypass mode for CI/VI.Rex Zhu
2016-10-27drm/amdgpu: just not load smc firmware if smu is already runningRex Zhu
2016-10-27drm/amdgpu: when suspend, set boot state instand of disable dpm.Rex Zhu
2016-10-27drm/amdgpu: use failed label to handle context init failureHuang Rui
2016-10-27drm/bridge: fix platform_no_drv_owner.cocci warningskbuild test robot
2016-10-27drm/bridge: fix semicolon.cocci warningskbuild test robot
2016-10-26drm: Print some debug/error info during DP dual mode detectImre Deak
2016-10-26drm/bridge: add Silicon Image SiI8620 driverAndrzej Hajda
2016-10-25drm/amdgpu: add amdgpu_ttm_bo_eviction_valuable callbackChristian König
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-10-25drm/radeon/pm: autoswitch power state when in balanced modeLucas Stach
2016-10-25drm/amd/powerplay: fix spelling mistake and add KERN_WARNING to printksColin Ian King
2016-10-25drm/amdgpu:new ids flag for preemptMonk Liu
2016-10-25drm/amdgpu: mark symbols static where possibleBaoyou Xie
2016-10-25drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie
2016-10-25drm/amdgpu: s/amdgpuCrtc/amdgpu_crtc/ in pageflip codeAlex Deucher
2016-10-25drm/amdgpu/atom: remove a bunch of unused functionsAlex Deucher
2016-10-25drm/amdgpu: consolidate atom scratch reg handling for hangsAlex Deucher
2016-10-25drm/amdgpu: use amdgpu_bo_[create|free]_kernel for wbAlex Deucher
2016-10-25drm/amdgpu: add VCE VM session trackingChristian König
2016-10-25drm/amdgpu: improve parse_cs handling a bitChristian König
2016-10-25drm/amdgpu: refine set power state logic for dpm.Rex Zhu
2016-10-25drm/amdgpu: update current ps/requeset ps in adev with real ps.Rex Zhu
2016-10-25drm/amdgpu: add an implement for check_power_state equal for KVAlex Deucher
2016-10-25drm/amdgpu: add an implement for check_power_state equal for Si.Rex Zhu
2016-10-25drm/amdgpu: add an implement for check_power_state equal for Cz.Rex Zhu
2016-10-25drm/amdgpu: add an implement for check_power_state equal for CIRex Zhu
2016-10-25drm/amdgpu: add new callback to check power state infoRex Zhu
2016-10-25drm/amdgpu: check min clock set by DAL before set ps.Rex Zhu
2016-10-25drm/amd/amdgpu: Put in rest of wave fieldsTom St Denis
2016-10-25drm/amd/amdgpu: re-factor debugfs wave readerTom St Denis
2016-10-25drm/amd/amdgpu: Make debugfs write compliment readTom St Denis
2016-10-25drm/amd/amdgpu: Allow broadcast on debugfs read (v2)Tom St Denis
2016-10-25drm/amd/amdgpu: Fix debugfs wave readerTom St Denis
2016-10-25drm/amd/amdgpu: Add wave reader to debugfsTom St Denis
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher
2016-10-25drm/amdgpu/powerplay: fix spelling in amdgpu_powerplay.hAlex Deucher
2016-10-25drm/amdgpu/virtual_dce: move define into source fileAlex Deucher
2016-10-25drm/amdgpu: enable virtual dce on SIAlex Deucher
2016-10-25drm/amdgpu: fill in vce clock info ioctl query (v2)Alex Deucher
2016-10-25drm/amdgpu/powerplay: add an implementation for get_vce_clock_state (v3)Alex Deucher
2016-10-25drm/amdgpu/dpm: add an implementation for get_vce_clock_state (v2)Alex Deucher
2016-10-25drm/amdgpu/dpm: add new callback to fetch vce clock state (v2)Alex Deucher
2016-10-25drm/amdgpu: save number of vce states in dpm struct.Rex Zhu