Age | Commit message (Expand) | Author | Files | Lines |
2018-04-11 | drm/amdgpu: Move GEM BO to drm_framebuffer | Daniel Stone | 1 | -12/+5 |
2018-03-14 | drm/amdgpu: save/restore backlight level in legacy dce code | Alex Deucher | 1 | -0/+8 |
2018-03-05 | drm/amdgpu/dce6: Use DRM_DEBUG instead of DRM_INFO for HPD IRQ info | Michel Dänzer | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: remove unused display_vblank_wait interface | Alex Deucher | 1 | -59/+0 |
2018-02-19 | drm/amdgpu: rename amdgpu_crtc_idx_to_irq_type | Samuel Li | 1 | -2/+4 |
2018-02-19 | drm/amdgpu: rename amdgpu_crtc_scaling_mode_fixup | Samuel Li | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: rename amdgpu_update_display_priority | Samuel Li | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: rename amdgpu_modeset_create_props | Samuel Li | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: rename amdgpu_print_display_setup | Samuel Li | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: rename amdgpu_crtc_set_config | Samuel Li | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: rename amdgpu_crtc_page_flip_target | Samuel Li | 1 | -1/+1 |
2018-02-19 | drm/amdgpu: move struct amdgpu_mc into amdgpu_gmc.h | Christian König | 1 | -1/+1 |
2017-12-04 | amdgpu/dce: Use actual number of CRTCs and HPDs in set_irq_funcs | Michel Dänzer | 1 | -4/+8 |
2017-08-15 | drm/amdgpu: switch to drm_*{get,put} helpers | Cihangir Akturk | 1 | -3/+3 |
2017-08-15 | drm/amdgpu: Fix dce_v6_0_disable_dce warning | Jean Delvare | 1 | -0/+1 |
2017-08-10 | Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm... | Dave Airlie | 1 | -20/+7 |
2017-08-04 | drm: amd: remove dead code and pointless local lut storage | Peter Rosin | 1 | -20/+7 |
2017-08-02 | Merge branch 'drm-next-4.14' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -114/+2 |
2017-07-14 | drm: handle HDMI 2.0 VICs in AVI info-frames | Shashank Sharma | 1 | -1/+1 |
2017-07-14 | drm/amdgpu: remove *_mc_access from display funcs | Alex Deucher | 1 | -113/+0 |
2017-07-14 | drm/amdgpu: drop set_vga_render_state from display funcs | Alex Deucher | 1 | -1/+0 |
2017-07-14 | drm/amdgpu: disable vga render in dce hw_init | Alex Deucher | 1 | -0/+2 |
2017-06-27 | Backmerge tag 'v4.12-rc7' into drm-next | Dave Airlie | 1 | -2/+5 |
2017-06-16 | Merge branch 'drm-next-4.13' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -48/+550 |
2017-06-14 | drm/amdgpu: Fix overflow of watermark calcs at > 4k resolutions. | Mario Kleiner | 1 | -2/+5 |
2017-05-24 | drm/amd/amdgpu: Tidy up static int dce_v6_0_get_num_crtc() | Tom St Denis | 1 | -8/+3 |
2017-05-24 | drm/amdgpu: add HDMI audio support for si dce6 | Xiaojie Yuan | 1 | -9/+121 |
2017-05-24 | drm/amdgpu: add DP audio support for si dce6 (v3) | Xiaojie Yuan | 1 | -36/+431 |
2017-05-18 | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next | Sean Paul | 1 | -4/+9 |
2017-05-16 | drm/amd: fix include notation and remove -Iinclude/drm flag | Masahiro Yamada | 1 | -1/+1 |
2017-04-28 | drm/amdgpu: Make amdgpu_bo_reserve use uninterruptible waits for cleanup | Michel Dänzer | 1 | -3/+3 |
2017-04-28 | drm/amdgpu: Add missing lb_vblank_lead_lines setup to DCE-6 path. | Mario Kleiner | 1 | -1/+6 |
2017-04-11 | Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm... | Dave Airlie | 1 | -1/+2 |
2017-04-07 | drm/amdgpu: Avoid overflows/divide-by-zero in latency_watermark calculations. | Mario Kleiner | 1 | -16/+3 |
2017-04-07 | drm/amdgpu: Make display watermark calculations more accurate | Mario Kleiner | 1 | -5/+5 |
2017-04-06 | drm: Add acquire ctx to ->gamma_set hook | Daniel Vetter | 1 | -1/+2 |
2017-03-29 | drm/amdgpu/ih: store the full context id | Alex Deucher | 1 | -5/+5 |
2017-03-29 | drm/amdgpu: switch ih handling to two levels (v3) | Alex Deucher | 1 | -3/+3 |
2017-01-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Dave Airlie | 1 | -15/+9 |
2017-01-13 | Revert "drm/amdgpu: Only update the CUR_SIZE register when necessary" | Michel Dänzer | 1 | -15/+9 |
2017-01-09 | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm... | Dave Airlie | 1 | -3/+3 |
2016-12-19 | drm/amdgpu: fix cursor setting of dce6/dce8 | Flora Cui | 1 | -5/+1 |
2016-12-15 | drm: Nuke fb->pixel_format | Ville Syrjälä | 1 | -2/+2 |
2016-12-15 | drm: Nuke fb->bits_per_pixel | Ville Syrjälä | 1 | -1/+1 |
2016-12-08 | drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as well | Michel Dänzer | 1 | -2/+1 |
2016-12-06 | drm/amdgpu: Only update the CUR_SIZE register when necessary | Michel Dänzer | 1 | -4/+14 |
2016-12-06 | drm/amdgpu: Also call cursor_move_locked when the cursor size changes | Michel Dänzer | 1 | -4/+5 |
2016-12-06 | drm/amdgpu: Store CRTC relative amdgpu_crtc->cursor_x/y values | Michel Dänzer | 1 | -2/+3 |
2016-12-06 | Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -255/+260 |
2016-11-23 | drm/amdgpu: drop is_display_hung from display funcs | Alex Deucher | 1 | -8/+0 |