aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tidss (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-10drm/tidss: Convert to Linux IRQ interfacesThomas Zimmermann4-16/+32
2021-07-28drm/bridge: Centralize error message when bridge attach failsLaurent Pinchart1-3/+1
2021-06-29drm/tidss: Don't use struct drm_device.irq_enabledThomas Zimmermann1-3/+0
2021-06-24drm/<driver>: drm_gem_plane_helper_prepare_fb is now the defaultDaniel Vetter1-1/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-1/+2
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-2/+2
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-4/+4
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard1-1/+1
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-15/+19
2021-02-23drm/tidss: Annotate dma-fence critical section in commit pathDaniel Vetter1-0/+4
2021-02-23drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpersThomas Zimmermann1-2/+2
2020-11-10drm/tidss: use devm_platform_ioremap_resource_bynameWang Xiaojun1-8/+1
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter1-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+3
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard1-4/+6
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+4
2020-10-05drm/tidss: Add prepare_fb to the plane helper funcsGowtham Tammana1-0/+2
2020-08-21drm/tidss: implement WA for AM65xx erratum i2000Tomi Valkeinen2-4/+32
2020-08-11Merge tag 'drm-misc-fixes-2020-08-04' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2020-08-04drm/tidss: fix modeset init for DPI panelsTomi Valkeinen1-1/+1
2020-07-16drm/tidss: Replace HTTP links with HTTPS onesAlexander A. Klimov17-17/+17
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2-7/+1
2020-07-01drm/tidss: drop use of legacy drm_bus_flagsSam Ravnborg1-2/+2
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2020-06-10drm/cma-helper: Rework DRM_GEM_CMA_VMAP_DRIVER_OPS macroThomas Zimmermann1-1/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds9-70/+32
2020-05-05drm/tidss: remove AM65x PG1 YUV erratum codeTomi Valkeinen2-15/+2
2020-04-28drm/tidss: Delete tidss->saved_stateDaniel Vetter1-2/+0
2020-04-28drm/tidss: Don't use drm_device->dev_privateDaniel Vetter6-20/+20
2020-04-28drm/tidss: Use devm_drm_dev_allocDaniel Vetter1-11/+4
2020-04-20drm/tidss: fix crash related to accessing freed memoryTomi Valkeinen3-12/+42
2020-04-02drm/tidss: Use simple encoderThomas Zimmermann1-7/+3
2020-03-26drm/tidss: Drop explicit drm_mode_config_cleanup callDaniel Vetter3-19/+5
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter1-2/+0
2020-03-26drm/tidss: Use drmm_add_final_kfreeDaniel Vetter1-2/+2
2020-02-28drm/tidss: Drop pointless static qualifier in dispc_find_csc()YueHaibing1-1/+1
2020-02-28drm/tidss: fix spelling mistakes "bufer" and "requsted"Colin Ian King1-2/+2
2020-02-28drm/tidss: Use drm_for_each_bridge_in_chain()Laurent Pinchart1-1/+1
2020-02-28drm/tidss: dispc: Fix broken plane positioning codeJyri Sarha5-36/+133
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-1/+1
2020-01-27drm/tidss: New driver for TI Keystone platform Display SubSystemJyri Sarha19-0/+4974