summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2021-03-19drm/gma500: use NULL instead of using plain integer as pointerYang Li1-1/+1
2021-03-19drm/meson: Fix few typoBhaskar Chowdhury1-1/+1
2021-03-18drm: Few typo fixesBhaskar Chowdhury1-2/+2
2021-03-16drm/vmwgfx: clean up vmw_move_notify v2Christian König3-23/+16
2021-03-16drm/nouveau: clean up nouveau_bo_move_ntfyChristian König1-8/+5
2021-03-16drm/qxl: clean up qxl_bo_move_notifyChristian König1-12/+4
2021-03-16drm: Add GUD USB Display driverNoralf Trønnes8-0/+2117
2021-03-16drm/probe-helper: Check epoch counter in output_poll_execute()Noralf Trønnes1-1/+6
2021-03-16drm/uapi: Add USB connector typeNoralf Trønnes1-0/+1
2021-03-16Merge drm/drm-next into drm-misc-nextMaxime Ripard1191-28691/+42201
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie248-4137/+4665
2021-03-13mm: use is_cow_mapping() across tree where properPeter Xu2-4/+2
2021-03-12drm/nouveau: fix dma syncing for loops (v2)Dave Airlie1-2/+4
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin3-8/+20
2021-03-12Merge tag 'amd-drm-fixes-5.12-2021-03-10' of https://gitlab.freedesktop.org/a...Dave Airlie26-57/+353
2021-03-11drm: panel: simple: Set enable delay for BOE NV110WTM-N61Douglas Anderson1-0/+1
2021-03-11drm/panel-simple: Add N116BCA-EA1Douglas Anderson1-0/+33
2021-03-11drm/panel-simple: Retry if we timeout waiting for HPDDouglas Anderson1-3/+29
2021-03-11drm/panel-simple: Don't wait longer for HPD than hpd_absent_delayDouglas Anderson1-1/+7
2021-03-11drm/panel-simple: Undo enable if HPD never assertsDouglas Anderson1-2/+9
2021-03-11drm/vboxvideo: Use managed VRAM-helper initializationTian Tao1-5/+2
2021-03-11drm/compat: Clear bounce structuresDaniel Vetter1-0/+11
2021-03-11drm/shmem-helpers: vunmap: Don't put pages for dma-bufNoralf Trønnes1-3/+4
2021-03-11drm: meson_drv add shutdown functionArtem Lapkin1-0/+11
2021-03-11drm/shmem-helper: Don't remove the offset in vm_area_struct pgoffNeil Roberts1-5/+6
2021-03-11drm/shmem-helper: Check for purged buffers in fault handlerNeil Roberts1-4/+14
2021-03-11qxl: Fix uninitialised struct field head.surface_idColin Ian King1-0/+1
2021-03-11drm/ttm: Fix TTM page pool accountingAnthony DeRossi1-2/+2
2021-03-11drm/ttm: soften TTM warningsChristian König1-2/+6
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann4-8/+64
2021-03-11drm/qxl: fix lockdep issue in qxl_alloc_release_reservedGerd Hoffmann1-3/+10
2021-03-11drm/qxl: unpin release objectsGerd Hoffmann1-0/+1
2021-03-11drm/fb-helper: only unmap if buffer not nullTong Zhang1-1/+1
2021-03-10drm/amdgpu: fix S0ix handling when the CONFIG_AMD_PMC=mAlex Deucher1-1/+1
2021-03-10drm/radeon: fix AGP dependencyChristian König1-0/+1
2021-03-10drm/radeon: also init GEM funcs in radeon_gem_prime_import_sg_tableChristian König3-2/+6
2021-03-10drm/amd/pm: correct the watermark settings for PolarisEvan Quan1-4/+4
2021-03-10drm/amd/pm: bug fix for pcie dpmKenneth Feng3-21/+141
2021-03-10drm/amdgpu: fb BO should be ttm_bo_type_deviceNirmoy Das1-1/+1
2021-03-10drm/amdgpu/display: Use wm_table.entries for dcn301 calculate_wmZhan Liu1-1/+95
2021-03-10drm/amd/display: Enabled pipe harvesting in dcn30Dillon Varone1-0/+31
2021-03-10drm/amd/display: Revert dram_clock_change_latency for DCN2.1Sung Lee1-1/+1
2021-03-10drm/amd/display: Enable pflip interrupt upon pipe enableQingqing Zhuo10-0/+37
2021-03-10drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp()Holger Hoffstätte1-1/+1
2021-03-10drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth()Holger Hoffstätte1-4/+0
2021-03-10drm/amd/display: Add a backlight module optionTakashi Iwai3-0/+10
2021-03-10drm/amdgpu/display: handle aux backlight in backlight_get_brightnessAlex Deucher1-4/+20
2021-03-10drm/amdgpu/display: don't assert in set backlight functionAlex Deucher1-1/+0
2021-03-10drm/amdgpu/display: simplify backlight settingAlex Deucher1-16/+4
2021-03-09drm/virtio: fix possible leak/unlock virtio_gpu_object_arrayxndcn2-1/+2