summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-09-15drm/amdgpu: Don't warn on destroying a pinned BOMichel Dänzer1-1/+1
2018-09-15drm/amdgpu: Warn and update pin_size values when destroying a pinned BOMichel Dänzer1-7/+25
2018-09-15drm/amdgpu: Make pin_size values atomicMichel Dänzer4-21/+23
2018-09-15drm/amdgpu: Keep track of amount of pinned CPU visible VRAMMichel Dänzer5-19/+14
2018-09-15drm/i915: set DP Main Stream Attribute for color range on DDI platformsJani Nikula2-0/+5
2018-09-15drm/i915: Re-apply "Perform link quality check, unconditionally during long p...Jan-Marek Glogowski1-14/+19
2018-09-15drm/amdgpu: fix incorrect use of drm_file->pidChristian König1-15/+4
2018-09-15drm/amdgpu: fix incorrect use of fcheckChristian König1-1/+3
2018-09-15drm/amdgpu:add VCN booting with firmware loaded by PSPLikun Gao2-16/+41
2018-09-15drm/amdgpu:add VCN support in PSP driverLikun Gao1-0/+3
2018-09-15drm/amdgpu:add new firmware id for VCNLikun Gao1-0/+1
2018-09-15drm/amdgpu:add tmr mc address into amdgpu_firmware_infoJames Zhu1-0/+3
2018-09-15drm/amdgpu: update tmr mc addressJames Zhu1-0/+5
2018-09-15drm/amd/display: Check if clock source in use before disablingMikita Lipski3-15/+40
2018-09-15drm/amd/display: Pass connector id when executing VBIOS CTMikita Lipski1-2/+2
2018-09-15drm/rockchip: vop: fix irq disabled after vop driver probedSandy Huang1-8/+17
2018-09-15drm/rockchip: vop: split out core clock enablement into separate functionsHeiko Stuebner1-13/+31
2018-09-15drm/rockchip: lvds: add missing of_node_putJulia Lawall1-1/+3
2018-09-15drm/amd/display: Report non-DP display as disconnected without EDIDHarry Wentland1-0/+11
2018-09-15drm/amd/display: Use requested HDMI aspect ratioLeo (Sunpeng) Li1-7/+2
2018-09-15drm/amd/display: update clk for various HDMI color depthsMikita Lipski1-0/+18
2018-09-15drm/amd/display: Don't share clk source between DP and HDMIMikita Lipski4-2/+26
2018-09-15drm/amd/display: fix type of variableGustavo A. R. Silva1-1/+1
2018-09-15drm/edid: Add 6 bpc quirk for SDC panel in Lenovo B50-80Kai-Heng Feng1-0/+3
2018-09-15drm/edid: Quirk Vive Pro VR headset non-desktop.Lubosz Sarnecki1-1/+2
2018-09-15drm/amd/pp/Polaris12: Fix a chunk of registers missed to programRex Zhu1-0/+43
2018-09-15drm/amd/powerplay: fixed uninitialized valueEvan Quan1-1/+1
2018-09-15drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu1-2/+3
2018-09-15drm/amdgpu: Fix RLC safe mode test in gfx_v9_0_enter_rlc_safe_modeMichel Dänzer1-1/+1
2018-09-15drm/amdgpu: fix a reversed conditionRex Zhu1-1/+1
2018-09-15drm/amdgpu: update uvd_v6_0_ring_vm_funcs to use new nop packetAlex Deucher1-2/+1
2018-09-15drm/i915: Free write_buf that we allocated with kzalloc.Rodrigo Vivi1-2/+6
2018-09-15drm/i915: Increase LSPCON timeoutFredrik Schön1-1/+1
2018-09-15drm/i915: Nuke the LVDS lid notifierVille Syrjälä3-152/+2
2018-09-15drm/i915/lpe: Mark LPE audio runtime pm as "no callbacks"Chris Wilson1-3/+1
2018-09-15drm/etnaviv: fix crash in GPU suspend when init failed due to buffer placementLucas Stach1-0/+1
2018-09-15drm/amd/display: Read back max backlight value at bootDavid Francis1-0/+1
2018-09-15drm/amd/display: Guard against null crtc in CRC IRQNicholas Kazlauskas1-2/+8
2018-09-05udl-kms: avoid divisionMikulas Patocka3-26/+30
2018-09-05udl-kms: fix crash due to uninitialized memoryMikulas Patocka1-1/+1
2018-09-05udl-kms: handle allocation failureMikulas Patocka1-10/+18
2018-09-05udl-kms: change down_interruptible to downMikulas Patocka1-6/+1
2018-08-24drm/amdgpu/pm: Fix potential Spectre v1Gustavo A. R. Silva1-1/+2
2018-08-24drm/i915/kvmgt: Fix potential Spectre v1Gustavo A. R. Silva1-1/+8
2018-08-15x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2-0/+2
2018-08-01Merge tag 'drm-misc-fixes-2018-07-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-4/+21
2018-07-27Merge tag 'imx-drm-fixes-2018-07-20' of git://git.pengutronix.de/git/pza/linu...Dave Airlie2-4/+8
2018-07-25drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.Clint Taylor4-5/+33
2018-07-25drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon1-0/+3
2018-07-25drm/atomic: Initialize variables in drm_atomic_helper_async_check() to make g...Boris Brezillon1-2/+3