summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2020-07-20drm/ast: Initialize DRAM type before posting GPUThomas Zimmermann
2020-07-20drm/ast: Move VRAM size detection to ast_mm.cThomas Zimmermann
2020-07-20drm/ast: Use managed VRAM-helper initializationThomas Zimmermann
2020-07-20drm/ast: Rename ast_ttm.c to ast_mm.cThomas Zimmermann
2020-07-20drm/vram-helper: Managed vram helpersThomas Zimmermann
2020-07-19drm/ingenic: Silence uninitialized-variable warningPaul Cercueil
2020-07-18drm: xlnx: DRM/KMS driver for Xilinx ZynqMP DisplayPort SubsystemHyun Kwon
2020-07-17drm/etnaviv: fix ref count leak via pm_runtime_get_syncNavid Emamdoost
2020-07-17drm/tegra: plane: Support 180° rotationDmitry Osipenko
2020-07-17drm/tegra: plane: Support horizontal reflectionDmitry Osipenko
2020-07-17drm/tegra: plane: Rename bottom_up to reflect_yDmitry Osipenko
2020-07-17drm/tegra: dc: Omit superfluous error message in tegra_dc_probe()Tang Bin
2020-07-17drm/tegra: gr2d: Add tiled PATBASE address registerDmitry Osipenko
2020-07-17drm/tegra: gr3d: Assert reset before power-gatingDmitry Osipenko
2020-07-17drm/tegra: sor: Use correct power supply names for HDMIThierry Reding
2020-07-17gpu: host1x: debug: Dump push buffer stateDmitry Osipenko
2020-07-17gpu: host1x: debug: Fix multiple channels emitting messages simultaneouslyDmitry Osipenko
2020-07-17gpu: host1x: Put gather's BO on pinning errorDmitry Osipenko
2020-07-17gpu: host1x: Optimize BOs usage when firewall is enabledDmitry Osipenko
2020-07-17gpu: host1x: mipi: Split tegra_mipi_calibrate() and tegra_mipi_wait()Sowjanya Komatineni
2020-07-17gpu: host1x: mipi: Use readl_relaxed_poll_timeout() in tegra_mipi_wait()Sowjanya Komatineni
2020-07-17gpu: host1x: mipi: Update tegra_mipi_request() to be node basedSowjanya Komatineni
2020-07-17Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.freedesktop.org/~agd...Dave Airlie
2020-07-17drm/ingenic: Bump driver to version 1.1Paul Cercueil
2020-07-17drm/ingenic: Support multiple panels/bridgesPaul Cercueil
2020-07-17drm/ingenic: Add support for the IPUPaul Cercueil
2020-07-17drm/ingenic: Add support for OSD modePaul Cercueil
2020-07-17drm/ingenic: Use dmam_alloc_coherent()Paul Cercueil
2020-07-17drm/ingenic: Move register definitions to ingenic-drm.hPaul Cercueil
2020-07-17drm/ingenic: Set DMA descriptor chain address in probePaul Cercueil
2020-07-17drm/ingenic: Add missing CR in debug stringsPaul Cercueil
2020-07-17drm/ingenic: Rename ingenic-drm.c to ingenic-drm-drv.cPaul Cercueil
2020-07-17drm/ingenic: Fix incorrect assumption about plane->indexPaul Cercueil
2020-07-16drm/nouveau/kms/nvd9-: Fix disabling CRCs alongside OR reprogrammingLyude Paul
2020-07-16drm/nouveau/kms/nvd9-: Add CRC supportLyude Paul
2020-07-16drm/nouveau/kms/nv50-: Move hard-coded object handles into headerLyude Paul
2020-07-16drm/nouveau/kms/nv50-: Expose nv50_outp_atom in disp.hLyude Paul
2020-07-16drm/nouveau/kms/nv140-: Track wndw mappings in nv50_head_atomLyude Paul
2020-07-16drm/nouveau/kms/nv50-: Fix disabling ditheringLyude Paul
2020-07-16drm/nouveau/kms/nv140-: Don't modify depth in state during atomic commitLyude Paul
2020-07-16drm/vblank: Add vblank worksLyude Paul
2020-07-16drm/vblank: Use spin_(un)lock_irq() in drm_crtc_vblank_off()Lyude Paul
2020-07-16drm/vblank: Register drmm cleanup action once per drm_vblank_crtcLyude Paul
2020-07-16drm/tidss: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-16drm/vboxvideo: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-07-16drm/panel-simple: Add 50 Hz mode to the Frida FRD350H54004 panelPaul Cercueil
2020-07-16drm/panel-simple: Fix inverted V/H SYNC for Frida FRD350H54004 panelPaul Cercueil
2020-07-16Merge tag 'drm-intel-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2020-07-16Merge tag 'drm-misc-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2020-07-15drm/amd/amdkfd: Fix large framesize for kfd_smi_ev_read()Aurabindo Pillai