summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/dce_v11_0.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)Tom St Denis2016-05-111-0/+1
* drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)Alex Deucher2016-05-111-8/+18
* drm/amdgpu/dce11: don't share PLLs on PolarisAlex Deucher2016-05-111-4/+0
* Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-05-061-76/+131
|\
| * drm/amd/amdgpu: Drop print_status callbacks.Tom St Denis2016-05-041-12/+0
| * drm/amdgpu: change ELM/BAF to Polaris10/Polaris11Flora Cui2016-05-041-18/+18
| * drm/amdgpu: add DCE golden setting for ELM/BAFFlora Cui2016-05-041-0/+26
| * drm/amdgpu/dce11: add dce clock setting for ELM/BAFAlex Deucher2016-05-041-1/+9
| * drm/amdgpu/dce11: update pll programming for ELM/BAFAlex Deucher2016-05-041-2/+29
| * drm/amdgpu: add ELM/BAF support to dce_v11_0_pick_pll (v2)Alex Deucher2016-05-041-0/+38
| * drm/amdgpu: add ELM/BAF DCE11 configs (v2)Alex Deucher2016-05-041-1/+24
| * drm/amdgpu/dce11: fix vertical bars appear on monitorVitaly Prosyak2016-05-021-60/+5
* | drm/amdgpu: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-021-1/+1
|/
* drm/amd/amdgpu: Fix indentation in dce_v11_0_crtc_do_set_base()Tom St Denis2016-03-081-4/+3
* drm/amd/amdgpu: Make afmt_init() cleanup if alloc fails (DCEv11)Tom St Denis2016-03-081-2/+12
* drm/amd/amdgpu: Move init flag to after init in sw_init() (DCEv11)Tom St Denis2016-03-081-3/+3
* drm/amd/amdgpu: Whitespace typo fix in sw_init (DCEv11)Tom St Denis2016-03-081-2/+2
* drm/amd/amdgpu: Don't proceed in audio_fini in DCEv11 if disabledTom St Denis2016-03-081-0/+3
* drm/amdgpu: Switch to drm_vblank_on/off (v2)Daniel Vetter2016-03-081-2/+2
* Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-02-191-3/+1
|\
| * drm/amdgpu: remove page flip work queue v3Christian König2016-02-161-3/+1
* | drm/amdgpu: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
|/
* amdgpu/dce11: Add test for crtc < 0 to various DCEv11 functionsTom St Denis2016-01-041-4/+4
* amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()Tom St Denis2016-01-041-3/+5
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-7/+7
* drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)Alex Deucher2015-12-041-1/+4
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-11-101-140/+124
|\
| * Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-11-051-29/+5
| |\
| | * drm/amdgpu/dce11: optimize pageflipAlex Deucher2015-10-231-29/+5
| * | Merge branch 'drm-next-4.4' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-10-301-13/+23
| |\ \ | | |/
| | * drm/amdgpu: add DCE support for StoneySamuel Li2015-10-211-1/+18
| | * drm/amdgpu/dce: simplify suspend/resumeAlex Deucher2015-10-191-12/+5
| * | Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie2015-10-161-1/+1
| |\ \ | | |/ | |/|
| * | drm/amdgpu: clean up pageflip interrupt handlingAlex Deucher2015-10-141-53/+17
| * | drm/amdgpu/dce11: Fold set_cursor() into show_cursor()Alex Deucher2015-10-141-13/+5
| * | drm/amdgpu/dce11: Clean up reference counting and pinning of the cursor BOsAlex Deucher2015-10-141-37/+24
| * | drm/amdgpu/dce11: Move hotspot handling out of set_cursorAlex Deucher2015-10-141-19/+17
| * | drm/amdgpu/dce11: Re-show the cursor after a modeset (v2)Alex Deucher2015-10-141-24/+57
| * | drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursorAlex Deucher2015-10-141-23/+51
* | | drm/amdgpu: Keep the pflip interrupts always enabled v7Michel Dänzer2015-10-151-2/+28
| |/ |/|
* | drm/amdgpu: fix num_crtc on CZAlex Deucher2015-10-051-1/+1
|/
* drm/amdgpu: fix typo in dce11 watermark setupAlex Deucher2015-09-031-1/+1
* drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)Jammy Zhou2015-08-171-2/+2
* drm/amdgpu/dce11: Re-set VBLANK interrupt state when enabling a CRTCMichel Dänzer2015-07-231-0/+4
* drm/amdgpu: Handle irqs only based on irq ring, not irq status regs.Mario Kleiner2015-07-081-8/+14
* drm/amdgpu: don't enable/disable display twice on suspend/resumeAlex Deucher2015-06-101-18/+0
* drm/admgpu: move XDMA golden registers to dce codeAlex Deucher2015-06-101-0/+9
* drm/amdgpu: implement the allocation range (v3)Chunming Zhou2015-06-031-1/+1
* drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)yanyang12015-06-031-20/+30
* drm/amdgpu: rework tiling flagsMarek Olšák2015-06-031-82/+11
OpenPOWER on IntegriCloud