summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2017-05-10drm/amd/powerplay: refine pwm1_enable callback functions for CI.Rex Zhu1-12/+15
2017-05-10drm/amd/powerplay: refine pwm1_enable callback functions for vi.Rex Zhu4-20/+27
2017-05-10drm/amd/powerplay: refine pwm1_enable callback functions for Vega10.Rex Zhu2-20/+25
2017-05-10drm/amdgpu: refine amdgpu pwm1_enable sysfs interface.Rex Zhu1-10/+2
2017-05-10drm/amdgpu: add amd fan ctrl mode enums.Rex Zhu1-0/+6
2017-05-10drm/amd/powerplay: add more smu message on Vega10.Rex Zhu1-1/+4
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+3
2017-05-10drm/amdgpu: fix dependency issueChunming Zhou6-1/+27
2017-05-10drm/amd: fix init order of sched jobChunming Zhou1-1/+1
2017-05-10drm/amdgpu: add some additional vega10 pci idsAlex Deucher1-0/+2
2017-05-10drm/amdgpu/soc15: use atomfirmware for setting bios scratch for resetAlex Deucher1-3/+3
2017-05-10drm/amdgpu/atomfirmware: add function to update engine hang statusAlex Deucher2-0/+15
2017-05-10drm/radeon: only warn once in radeon_ttm_bo_destroy if va list not emptyJulien Isorce1-1/+1
2017-05-10drm/vblank: Lock down vblank->hwmode moreDaniel Vetter3-13/+14
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter16-253/+102
2017-05-10drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter11-36/+40
2017-05-10drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter11-69/+56
2017-05-10drm/vgem: Convert to a struct drm_device subclassChris Wilson1-22/+41
2017-05-10gpu: drm: gma500: remove dead codeGustavo A. R. Silva1-42/+9
2017-05-09drm/sti: Adjust two checks for null pointers in sti_hqvdp_probe()Markus Elfring1-2/+2
2017-05-09drm/sti: Fix typos in a comment lineMarkus Elfring1-1/+1
2017-05-09drm/sti: Fix a typo in a comment lineMarkus Elfring1-1/+1
2017-05-09drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring8-25/+17
2017-05-09drm/sti: Reduce function calls for sequence output at five placesMarkus Elfring3-10/+5
2017-05-09drm/sti: use seq_puts to display a stringNicolas Iooss1-1/+1
2017-05-09drm: Nerf the preclose callback for modern driversDaniel Vetter1-4/+4
2017-05-09drm/exynos: Merge pre/postclose hooksDaniel Vetter1-7/+1
2017-05-09drm/tegra: switch to postcloseDaniel Vetter1-2/+2
2017-05-09drm/nouveau: Merge pre/postclose hooksDaniel Vetter1-8/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-05-08drm: use set_memory.h headerLaura Abbott8-0/+19
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko1-2/+2
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko1-3/+1
2017-05-08drm/pl111: Initial drm/kms driver for pl111Tom Cooksey8-0/+819
2017-05-08drm/vc4: Add specific compatible strings for Cygnus.Eric Anholt2-0/+2
2017-05-08drm/vc4: Don't try to initialize FBDEV if we're only bound to V3D.Eric Anholt1-4/+6
2017-05-08drm/vc4: Turn the V3D clock on at runtime.Eric Anholt2-1/+31
2017-05-08drm: Remove redundant NULL check during atomic plane commitImre Deak1-6/+4
2017-05-08drm/atomic: Add support for custom scaling mode properties, v2Maarten Lankhorst2-0/+68
2017-05-08drm/atomic: Handle picture_aspect_ratio in atomic coreMaarten Lankhorst4-36/+10
2017-05-08drm/vgem: Enable dmabuf import interfacesLaura Abbott2-29/+109
2017-05-08drm/prime: Introduce drm_gem_prime_import_devLaura Abbott1-6/+24
2017-05-08drm/vgem: Add a dummy platform deviceLaura Abbott1-3/+16
2017-05-05Merge tag 'media/v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds3-2/+31
2017-05-05Merge tag 'drm-forgot-about-tegra-for-v4.12-rc1' of git://people.freedesktop....Linus Torvalds10-62/+1089
2017-05-05drm/amdgpu: fix mutex list null pointer referencePixel Ding1-1/+2
2017-05-05drm/amd/powerplay: fix bug sclk/mclk level can't be set on vega10.Rex Zhu1-30/+31
2017-05-05drm/amd/powerplay: Setup sw CTF to allow graceful exit when temperature excee...Rex Zhu1-28/+45
2017-05-05drm/amd/powerplay: delete dead code in powerplay.Rex Zhu2-30/+0
2017-05-05drm/amdgpu: Use less generic enum definitionsGuenter Roeck3-26/+26