index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
dce_v8_0.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: fix cursor setting of dce6/dce8
Flora Cui
2016-12-19
1
-2
/
+0
*
drm/amdgpu: Only update the CUR_SIZE register when necessary
Michel Dänzer
2016-12-07
1
-5
/
+15
*
drm/amdgpu: Also call cursor_move_locked when the cursor size changes
Michel Dänzer
2016-12-07
1
-4
/
+5
*
drm/amdgpu: Store CRTC relative amdgpu_crtc->cursor_x/y values
Michel Dänzer
2016-12-07
1
-3
/
+3
*
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2016-12-06
1
-1
/
+0
|
\
|
*
drm/amdgpu: drop is_display_hung from display funcs
Alex Deucher
2016-11-23
1
-1
/
+0
*
|
drm: move allocation out of drm_get_format_name()
Eric Engestrom
2016-11-12
1
-4
/
+3
|
/
*
Backmerge tag 'v4.9-rc4' into drm-next
Dave Airlie
2016-11-07
1
-6
/
+0
|
\
|
*
drm/amdgpu: move atom scratch register save/restore to common code
Alex Deucher
2016-10-21
1
-6
/
+0
*
|
drm/amdgpu: change function declarations and add missing header dependencies
Baoyou Xie
2016-10-25
1
-0
/
+1
*
|
drm/amdgpu: rework IP block registration (v2)
Alex Deucher
2016-10-25
1
-1
/
+46
*
|
drm/amdgpu/dce8: RMW hpd registers
Alex Deucher
2016-10-25
1
-3
/
+6
*
|
drm/amdgpu/dce8: simplify hpd code
Alex Deucher
2016-10-25
1
-190
/
+46
|
/
*
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-30
1
-27
/
+57
|
\
|
*
drm/amdgpu: rename all rbo variable to abo v2
Christian König
2016-09-28
1
-18
/
+18
|
*
drm/amdgpu/dce8: disable hpd on local panels
Alex Deucher
2016-09-28
1
-9
/
+39
*
|
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-09-28
1
-3
/
+5
|
\
|
|
*
drm/amd/amdgpu: Remove division from vblank_wait
Tom St Denis
2016-09-22
1
-3
/
+5
*
|
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-08-25
1
-21
/
+64
|
\
|
|
*
drm/amdgpu: Fix indentation in dce_v8_0_audio_write_sad_regs()
Alexandre Demers
2016-08-23
1
-7
/
+7
|
*
drm/amdgpu: Use correct mask in dce_v8_0_afmt_setmode() and fix comment typos.
Alexandre Demers
2016-08-22
1
-3
/
+3
|
*
Fixing copy-paste errors and removing unneeded newlines
Alexandre Demers
2016-08-10
1
-5
/
+3
|
*
drm/amdgpu: Set MASTER_UPDATE_MODE to 0 again
Michel Dänzer
2016-08-10
1
-2
/
+2
|
*
drm/amdgpu: Provide page_flip_target hook
Michel Dänzer
2016-08-10
1
-1
/
+1
|
*
drm/amdgpu: Disable VGA render and crtc when init GMC.
Emily Deng
2016-08-08
1
-3
/
+48
*
|
drm: remove `const` attribute to hint at caller that they now own the memory
Eric Engestrom
2016-08-16
1
-1
/
+1
*
|
drm: make drm_get_format_name thread-safe
Eric Engestrom
2016-08-15
1
-2
/
+4
|
/
*
drm/amdgpu/dce8: fix flash with white screen on monitor
Junwei Zhang
2016-07-07
1
-60
/
+7
*
drm/amdgpu: use drm_crtc_vblank_{on,off}()
Gustavo Padovan
2016-06-13
1
-2
/
+2
*
drm/core: Change declaration for gamma_set.
Maarten Lankhorst
2016-06-07
1
-4
/
+6
*
drm/amdgpu: use drm_crtc_vblank_{get,put}()
Gustavo Padovan
2016-06-06
1
-1
/
+1
*
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
1
-1
/
+1
*
drm/amd/amdgpu: Add name field to amd_ip_funcs (v2)
Tom St Denis
2016-05-11
1
-0
/
+1
*
drm/amdgpu: Support DRM_MODE_PAGE_FLIP_ASYNC (v2)
Alex Deucher
2016-05-11
1
-8
/
+12
*
Merge branch 'drm-next-4.7' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-05-06
1
-12
/
+0
|
\
|
*
drm/amd/amdgpu: Drop print_status callbacks.
Tom St Denis
2016-05-05
1
-12
/
+0
*
|
drm/amdgpu: use drm_crtc_send_vblank_event()
Gustavo Padovan
2016-05-02
1
-1
/
+1
|
/
*
drm/amd/amdgpu: Fix indentation in do_set_base() (DCEv8)
Tom St Denis
2016-03-08
1
-4
/
+3
*
drm/amd/amdgpu: make afmt_init cleanup if alloc fails (DCEv8)
Tom St Denis
2016-03-08
1
-2
/
+12
*
drm/amd/amdgpu: Move config init flag to bottom of sw_init (DCEv8)
Tom St Denis
2016-03-08
1
-3
/
+2
*
drm/amd/amdgpu: Don't proceed into audio_fini if audio is disabled (DCEv8)
Tom St Denis
2016-03-08
1
-0
/
+3
*
drm/amdgpu: Switch to drm_vblank_on/off (v2)
Daniel Vetter
2016-03-08
1
-2
/
+2
*
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2016-02-19
1
-3
/
+1
|
\
|
*
drm/amdgpu: remove page flip work queue v3
Christian König
2016-02-16
1
-3
/
+1
*
|
drm/amdgpu: removed optional dummy encoder mode_fixup function.
Carlos Palminha
2016-02-16
1
-8
/
+0
|
/
*
drm: Pass 'name' to drm_encoder_init()
Ville Syrjälä
2015-12-11
1
-7
/
+7
*
drm/amdgpu: Fixup hw vblank counter/ts for new drm_update_vblank_count() (v3)
Alex Deucher
2015-12-04
1
-1
/
+4
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2015-11-10
1
-139
/
+108
|
\
|
*
drm/amdgpu/dce8: optimize pageflip
Alex Deucher
2015-10-23
1
-31
/
+7
|
*
drm/amdgpu/dce: simplify suspend/resume
Alex Deucher
2015-10-19
1
-10
/
+5
[next]