summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-06-12drm: of: Add drm_of_get_data_lanes_count and drm_of_get_data_lanes_epMarek Vasut1-0/+61
2022-06-10Merge tag 'drm-fixes-2022-06-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds49-301/+430
2022-06-10drm: adv7511: override i2c address of cec before accessing itAntonio Borneo1-3/+4
2022-06-10Merge tag 'drm-misc-fixes-2022-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie8-43/+92
2022-06-10Merge tag 'drm-misc-fixes-2022-05-26' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-7/+8
2022-06-09drm: imx: fix compiler warning with gcc-12Linus Torvalds1-1/+1
2022-06-09drm: Add support for the LogiCVC display controllerPaul Kocialkowski17-0/+2226
2022-06-09drm/mgag200: Include <linux/vmalloc.h> for G200 BIOS codeThomas Zimmermann2-1/+1
2022-06-09drm/ast: Support multiple outputsThomas Zimmermann6-36/+41
2022-06-09Merge tag 'amd-drm-fixes-5.19-2022-06-08' of https://gitlab.freedesktop.org/a...Dave Airlie37-251/+330
2022-06-09drm/virtio: Fix NULL vs IS_ERR checking in virtio_gpu_object_shmem_initMiaoqian Lin1-2/+2
2022-06-09drm/virtio: simplify the return expressionMinghao Chi1-5/+1
2022-06-09drm/qxl: remove qxl_log_level globalTom Rix1-2/+0
2022-06-09drm/bochs: Explicitly include linux/module.hMichel Dänzer1-0/+1
2022-06-09virtio-gpu: fix a missing check to avoid NULL dereferenceXiaomeng Tong1-2/+4
2022-06-08drm/nouveau/bios: Rename prom_init() and friends functionsChristophe Leroy3-9/+9
2022-06-08drm/amdgpu/mes: only invalid/prime icache when finish loading both pipe MES FWs.Yifan Zhang1-16/+20
2022-06-08drm/panel: nt36672a: add backlight supportJoel Selvaraj1-0/+4
2022-06-08Merge v5.19-rc1 into drm-misc-fixesMaxime Ripard1198-31339/+494784
2022-06-08drm/cma-helper: Describe what a "contiguous chunk" actually meansDaniel Thompson1-10/+29
2022-06-08drm/amdgpu/jpeg2: Add jpeg vmid update under IB submitMohammad Zafar Ziya2-1/+6
2022-06-08drm/amdgpu: always flush the TLB on gfx8Christian König1-0/+5
2022-06-08drm/amdgpu: fix limiting AV1 to the first instance on VCN3Christian König1-10/+7
2022-06-08drm/amdkfd:Fix fw version for 10.3.6Jesse Zhang1-1/+3
2022-06-08drm/ast: Support multiple outputsThomas Zimmermann6-36/+41
2022-06-07drm/amdgpu: Add MODE register to wave debug info in gfx11Joseph Greathouse1-0/+1
2022-06-07Revert "drm/amd/display: Pass the new context into disable OTG WA"Nicholas Kazlauskas3-12/+12
2022-06-07Revert "drm/amdgpu: Ensure the DMA engine is deactivated during set ups"Guchun Chen1-64/+45
2022-06-07drm/bridge: lt9611uxc: Cancel only driver's workBjorn Andersson1-1/+1
2022-06-07drm/meson: encoder_hdmi: Fix refcount leak in meson_encoder_hdmi_initMiaoqian Lin1-4/+11
2022-06-07drm/meson: encoder_cvbs: Fix refcount leak in meson_encoder_cvbs_initMiaoqian Lin1-0/+1
2022-06-07drm/mgag200: Store positions of I2C data and clock bits in device infoThomas Zimmermann10-38/+27
2022-06-07drm/mgag200: Store vidrst flag in device infoThomas Zimmermann11-17/+24
2022-06-07drm/mgag200: Store maximum resolution and memory bandwidth in device infoThomas Zimmermann10-65/+77
2022-06-07drm/mgag200: Store HW_BUG_NO_STARTADD flag in device infoThomas Zimmermann11-69/+69
2022-06-07drm/mgag200: Add struct mgag200_device_infoThomas Zimmermann10-10/+46
2022-06-07drm/mgag200: Implement new init logicThomas Zimmermann13-148/+88
2022-06-07drm/mgag200: Call mgag200_device_probe_vram() from per-model initThomas Zimmermann12-58/+94
2022-06-07drm/mgag200: Move PCI-option setup into model-specific codeThomas Zimmermann9-55/+100
2022-06-07drm/mgag200: Initialize each model in separate functionThomas Zimmermann13-202/+603
2022-06-07drm/mgag200: Remove special case for G200SE with <2 MiBThomas Zimmermann1-12/+1
2022-06-06drm/atomic: Force bridge self-refresh-exit on CRTC switchBrian Norris1-3/+13
2022-06-06drm/bridge: analogix_dp: Support PSR-exit to disable transitionBrian Norris1-4/+38
2022-06-06drm/probe-helper: Default to 640x480 if no EDID on DPDouglas Anderson1-1/+10
2022-06-05Merge tag 'bitmap-for-5.19-rc1' of https://github.com/norov/linuxLinus Torvalds3-3/+3
2022-06-04Merge tag 'loongarch-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-2/+2
2022-06-03drm/amdgpu: suppress the compile warning about 64 bit typeEvan Quan1-1/+1
2022-06-03drm/amd/pm: suppress compile warnings about possible unaligned accessesEvan Quan4-10/+23
2022-06-03drm/amdkfd: Fix partial migration bugsPhilip Yang2-4/+4
2022-06-03drm/amdkfd: add pinned BOs to kfd_bo_listLang Yu1-7/+6