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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
4
-8
/
+8
*
drm: Nuke fb->bits_per_pixel
Ville Syrjälä
2016-12-15
4
-4
/
+4
*
drm: Nuke fb->depth
Ville Syrjälä
2016-12-15
1
-2
/
+2
*
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
Merge tag 'drm-misc-next-2016-12-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2016-12-09
2
-13
/
+0
|
\
|
*
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
2016-12-06
79
-1288
/
+55855
|
|
\
|
*
|
drm/amdgpu: don't add files at control minor debugfs directory
Nicolai Stange
2016-12-06
1
-6
/
+0
|
*
|
drm: Make the connector .detect() callback optional
Laurent Pinchart
2016-12-01
1
-7
/
+0
*
|
|
drm/amdgpu/dce6: Set MASTER_UPDATE_MODE to 0 in resume_mc_access as well
Michel Dänzer
2016-12-08
1
-2
/
+1
*
|
|
drm/amdgpu: use pin rather than pin_restricted in a few cases
Alex Deucher
2016-12-08
2
-2
/
+2
*
|
|
drm/amd/powerplay: use pr_debug to print function not implemented message
Arindam Nath
2016-12-08
1
-1
/
+1
*
|
|
drm/amd/amdgpu: Add gpr reading for GFX v7
Tom St Denis
2016-12-08
1
-0
/
+25
*
|
|
drm/amd/amdgpu: Add gpr reading for GFX v6
Tom St Denis
2016-12-08
1
-0
/
+25
*
|
|
drm/amd/amdgpu: Add debugfs support for reading GPRs (v2)
Tom St Denis
2016-12-08
3
-0
/
+94
*
|
|
drm/amd/amdgpu: export vbios information (v2)
Evan Quan
2016-12-08
1
-0
/
+26
*
|
|
drm/amd/amdgpu: stored bios_size
Evan Quan
2016-12-08
2
-0
/
+7
*
|
|
drm/amdgpu: update golden setting of tonga
Huang Rui
2016-12-07
1
-0
/
+1
*
|
|
drm/amdgpu/si: load the proper firmware on 0x87 oland boards
Alex Deucher
2016-12-07
1
-0
/
+1
*
|
|
drm/amdgpu: add additional pci revision to dpm workaround
Alex Deucher
2016-12-07
1
-0
/
+1
*
|
|
drm/amd/powerplay: Fix potential NULL pointer issue
Xiangliang Yu
2016-12-07
1
-2
/
+2
*
|
|
drm/amdgpu: Don't touch GFX hw during HW fini
Xiangliang Yu
2016-12-07
1
-0
/
+4
*
|
|
drm/amd/powerplay: Adjust the position of data size initial
Xiangliang Yu
2016-12-07
1
-1
/
+1
*
|
|
drm/amd/powerplay: Ignore smu buffer usage
Xiangliang Yu
2016-12-07
1
-2
/
+11
*
|
|
drm/amd/powerplay: cut digest part
Xiangliang Yu
2016-12-07
1
-0
/
+4
*
|
|
drm/amdgpu: drop redundant vi_mqd define
Xiangliang Yu
2016-12-07
1
-263
/
+3
*
|
|
drm/amdgpu: fix gtt available page num accounting
Flora Cui
2016-12-07
1
-2
/
+12
*
|
|
drm/amd/powerplay: bypass fan table setup if no fan connected
Hawking Zhang
2016-12-07
4
-0
/
+24
*
|
|
drm/amd/amdgpu: validate the shadow BO.
Alex Xie
2016-12-07
1
-1
/
+1
*
|
|
drm/amd/powerplay: disable cg pg task when pp uninitialize.
Rex Zhu
2016-12-07
3
-1
/
+15
*
|
|
drm/amdgpu: no need to ungate uvd/vce clock when fini.
Rex Zhu
2016-12-07
1
-7
/
+13
*
|
|
drm/amdgpu: Only update the CUR_SIZE register when necessary
Michel Dänzer
2016-12-07
4
-23
/
+59
*
|
|
drm/amdgpu: Also call cursor_move_locked when the cursor size changes
Michel Dänzer
2016-12-07
4
-16
/
+20
*
|
|
drm/amdgpu: Store CRTC relative amdgpu_crtc->cursor_x/y values
Michel Dänzer
2016-12-07
4
-11
/
+12
*
|
|
drm/amd/amdgpu: enable GUI idle INT after enabling CGCG
Arindam Nath
2016-12-07
1
-9
/
+9
*
|
|
drm/amdgpu: enable VCE clockgating in Polaris-10/11
Maruthi Srinivas Bayyavarapu
2016-12-07
2
-3
/
+5
*
|
|
drm/amdgpu: fix CI bug uvd status not true in debugfs.
Rex Zhu
2016-12-07
1
-1
/
+1
*
|
|
drm/amdgpu: remove error message when loading driver
Xiangliang Yu
2016-12-07
1
-2
/
+4
*
|
|
drm/amd/powerplay: fix firmware loading failure
Xiangliang Yu
2016-12-07
1
-1
/
+1
*
|
|
drm/amdgpu: fix bug mclk can't change on Polaris
Rex Zhu
2016-12-07
2
-3
/
+8
*
|
|
drm/amdgpu: refine uvd 6.0 clock gate feature.
Rex Zhu
2016-12-07
1
-20
/
+92
*
|
|
drm/amdgpu/gfx8: move eop programming per queue
Alex Deucher
2016-12-07
1
-30
/
+19
*
|
|
Revert "drm/amdgpu: use the kernel zone memory size as the max remote memory ...
Alex Deucher
2016-12-07
5
-27
/
+8
|
|
/
|
/
|
*
|
Merge branch 'drm-next-4.10' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
2016-12-06
66
-1205
/
+55685
|
\
\
|
*
|
drm/amdgpu: drop is_display_hung from display funcs
Alex Deucher
2016-11-23
7
-20
/
+0
|
*
|
drm/amdgpu/uvd: reduce IB parsing overhead on UVD5+ (v2)
Alex Deucher
2016-11-23
1
-5
/
+10
|
*
|
drm/amdgpu/uvd: consolidate code for fetching addr from ctx
Alex Deucher
2016-11-23
1
-12
/
+16
|
*
|
drm/amdgpu: Disable DPM in virtualization
Trigger Huang
2016-11-23
2
-4
/
+7
|
*
|
drm/amdgpu: use AMDGPU_GEM_CREATE_VRAM_CLEARED for VM PD/PTs (v2)
Christian König
2016-11-23
1
-95
/
+4
|
*
|
drm/amdgpu: improve AMDGPU_GEM_CREATE_VRAM_CLEARED handling (v2)
Christian König
2016-11-23
1
-15
/
+14
|
*
|
drm/amdgpu: fix error handling in amdgpu_bo_create_restricted
Christian König
2016-11-23
1
-7
/
+4
[next]