aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v8_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-25drm/amdgpu: change function declarations and add missing header dependenciesBaoyou Xie1-0/+1
2016-10-25drm/amdgpu: rework IP block registration (v2)Alex Deucher1-1/+46
2016-10-25drm/amdgpu/dce8: RMW hpd registersAlex Deucher1-3/+6
2016-10-25drm/amdgpu/dce8: simplify hpd codeAlex Deucher1-190/+46
2016-10-21drm/amdgpu: move atom scratch register save/restore to common codeAlex Deucher1-6/+0
2016-09-30Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-27/+57
2016-09-28drm/amdgpu: rename all rbo variable to abo v2Christian König1-18/+18
2016-09-28drm/amdgpu/dce8: disable hpd on local panelsAlex Deucher1-9/+39
2016-09-28Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+5
2016-09-22drm/amd/amdgpu: Remove division from vblank_waitTom St Denis1-3/+5
2016-08-25Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-21/+64
2016-08-23drm/amdgpu: Fix indentation in dce_v8_0_audio_write_sad_regs()Alexandre Demers1-7/+7
2016-08-22drm/amdgpu: Use correct mask in dce_v8_0_afmt_setmode() and fix comment typos.Alexandre Demers1-3/+3
2016-08-16drm: remove `const` attribute to hint at caller that they now own the memoryEric Engestrom1-1/+1
2016-08-15drm: make drm_get_format_name thread-safeEric Engestrom1-2/+4
2016-08-10Fixing copy-paste errors and removing unneeded newlinesAlexandre Demers1-5/+3
2016-08-10drm/amdgpu: Set MASTER_UPDATE_MODE to 0 againMichel Dänzer1-2/+2
2016-08-10drm/amdgpu: Provide page_flip_target hookMichel Dänzer1-1/+1
2016-08-08drm/amdgpu: Disable VGA render and crtc when init GMC.Emily Deng1-3/+48
2016-07-07drm/amdgpu/dce8: fix flash with white screen on monitorJunwei Zhang1-60/+7
2016-06-13drm/amdgpu: use drm_crtc_vblank_{on,off}()Gustavo Padovan1-2/+2
2016-06-07drm/core: Change declaration for gamma_set.Maarten Lankhorst1-4/+6
2016-06-06drm/amdgpu: use drm_crtc_vblank_{get,put}()Gustavo Padovan1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-05-11drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis1-0/+1
2016-05-11drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher1-8/+12
2016-05-06Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-12/+0
2016-05-04drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis1-12/+0
2016-05-02drm/amdgpu: use drm_crtc_send_vblank_event()Gustavo Padovan1-1/+1
2016-03-08drm/amd/amdgpu: Fix indentation in do_set_base() (DCEv8)Tom St Denis1-4/+3
2016-03-08drm/amd/amdgpu: make afmt_init cleanup if alloc fails (DCEv8)Tom St Denis1-2/+12
2016-03-08drm/amd/amdgpu: Move config init flag to bottom of sw_init (DCEv8)Tom St Denis1-3/+2
2016-03-08drm/amd/amdgpu: Don't proceed into audio_fini if audio is disabled (DCEv8)Tom St Denis1-0/+3
2016-03-08drm/amdgpu: Switch to drm_vblank_on/off (v2)Daniel Vetter1-2/+2
2016-02-19Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+1
2016-02-16drm/amdgpu: remove page flip work queue v3Christian König1-3/+1
2016-02-16drm/amdgpu: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-7/+7
2015-12-04drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher1-1/+4
2015-11-10Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-139/+108
2015-10-23drm/amdgpu/dce8: optimize pageflipAlex Deucher1-31/+7
2015-10-19drm/amdgpu/dce: simplify suspend/resumeAlex Deucher1-10/+5
2015-10-15drm/amdgpu: Keep the pflip interrupts always enabled v7Michel Dänzer1-2/+28
2015-10-14drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher1-53/+17
2015-10-14drm/amdgpu/dce8: Fold set_cursor() into show_cursor()Alex Deucher1-13/+5
2015-10-14drm/amdgpu/dce8: Clean up reference counting and pinning of the cursor BOsAlex Deucher1-37/+24
2015-10-14drm/amdgpu/dce8: Move hotspot handling out of set_cursorAlex Deucher1-19/+17
2015-10-14drm/amdgpu/dce8: Re-show the cursor after a modeset (v2)Alex Deucher1-24/+57
2015-10-14drm/amdgpu/dce8: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher1-23/+51
2015-08-17drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou1-2/+2