summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | drm/amd/powerplay: fix smu clock type change miss errorKevin Wang2019-07-121-2/+2
| | * | drm/amdgpu: support key database loading for navi10Hawking Zhang2019-07-125-1/+70
| | * | drm/amdgpu: switch to macro for psp bootloader commandHawking Zhang2019-07-123-4/+10
| | * | drm/amdgpu: Print out voltage in DM_PPLIBPaul Menzel2019-07-111-1/+2
| | * | drm/amd/display: Add drm_audio_component support to amdgpu_dmNicholas Kazlauskas2019-07-113-0/+248
| | * | drm/amd/display: Expose audio inst from DC to DMNicholas Kazlauskas2019-07-112-0/+4
| | * | drm/amdkfd: fix cp hang in evictionEric Huang2019-07-111-7/+9
| | * | drm/amdgpu: enable IP discovery by default on naviAlex Deucher2019-07-111-1/+2
| | * | drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map arraytiancyin2019-07-111-1/+1
| | * | drm/amd/powerplay: bug fix for sysfsKenneth Feng2019-07-111-2/+2
| | * | drm/amd/powerplay: increase the SMU msg response waiting timeEvan Quan2019-07-111-1/+1
| | * | drm/amdgpu: Fix potential integer overflowsFelix Kuehling2019-07-111-4/+5
| | * | drm/amdgpu/psp: add a mutex to protect access to the psp ringAlex Deucher2019-07-093-2/+16
| * | | Merge tag 'drm-misc-next-fixes-2019-07-11' of git://anongit.freedesktop.org/d...Dave Airlie2019-07-1814-273/+106
| |\ \ \ | | |_|/ | |/| |
| | * | drm/modes: Skip invalid cmdline modeDmitry Osipenko2019-07-102-1/+8
| | * | drm/komeda: Computing image enhancer internallyjames qian wang (Arm Technology China)2019-07-083-10/+6
| | * | drm/komeda: Computing layer_split internallyjames qian wang (Arm Technology China)2019-07-084-13/+14
| | * | drm/komeda: Remove layer_split propertyDaniel Vetter2019-07-082-64/+0
| | * | drm/komeda: remove img_enhancement propertyDaniel Vetter2019-07-082-19/+2
| | * | drm/komeda: remove slave_planes propertyDaniel Vetter2019-07-082-27/+0
| | * | drm/komeda: Remove clock ratio propertyDaniel Vetter2019-07-082-42/+0
| | * | drm: connector: remove bogus NULL checkArnd Bergmann2019-07-021-1/+1
| | * | drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPCHans de Goede2019-07-011-0/+12
| | * | drm/selftests: reduce stack usageArnd Bergmann2019-07-012-92/+52
| | * | drm/bochs: fix framebuffer setup.Gerd Hoffmann2019-06-283-6/+13
* | | | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-16/+4
|\ \ \ \
| * | | | vfs: Convert drm to use the new mount APIDavid Howells2019-05-251-4/+4
| * | | | mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-5/+1
| * | | | drm: don't bother with super_operations and dentry_operationsAl Viro2019-05-201-10/+2
* | | | | proc/sysctl: add shared variables for range checkMatteo Croce2019-07-181-5/+3
* | | | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-163-3/+3
|\ \ \ \ \
| * | | | | docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * | | | | docs: ioctl: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
| * | | | | docs: locking: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-151-1/+1
* | | | | | Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-151-1/+1
|\ \ \ \ \ \
| * | | | | | docs: power: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151469-33745/+472663
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/l...Dave Airlie2019-07-1621-1685/+445
| * | | | Merge tag 'imx-drm-next-2019-07-05' of git://git.pengutronix.de/git/pza/linux...Dave Airlie2019-07-125-106/+483
| |\ \ \ \
| | * | | | gpu: ipu-v3: image-convert: Enable double write reductionSteve Longerbeam2019-06-141-0/+9
| | * | | | gpu: ipu-v3: ipu-ic-csc: Add support for Rec.709 encodingSteve Longerbeam2019-06-141-5/+134
| | * | | | gpu: ipu-v3: ipu-ic-csc: Add support for limited range encodingSteve Longerbeam2019-06-141-14/+166
| | * | | | gpu: ipu-v3: ipu-ic: Fully describe colorspace conversionsSteve Longerbeam2019-06-144-106/+192
| | * | | | gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEMSteve Longerbeam2019-06-141-1/+1
| | * | | | drm/imx: enable IDMAC watermark featurePhilipp Zabel2019-06-141-0/+1
| * | | | | Merge tag 'drm-next-5.3-2019-07-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-07-1245-164/+478
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | drm/amdgpu/navi10: add uclk activity sensorAlex Deucher2019-07-091-2/+14
| | * | | | drm/amdgpu: properly guard the generic discovery codeAlex Deucher2019-07-091-2/+2
| | * | | | drm/amdgpu: add missing documentation on new module parametersAlex Deucher2019-07-091-0/+13
| | * | | | drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writebackMarek Olšák2019-07-091-5/+1