aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hqvdp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-3/+3
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-7/+7
2022-08-03drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich1-3/+3
2022-07-05drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-02-25drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard1-1/+1
2021-10-07drm/sti: Use correct printk format specifiers for size_tLaurent Pinchart1-2/+2
2021-06-03drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()'Lee Jones1-1/+1
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/+6
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard1-20/+20
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-12/+12
2021-01-05drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart1-8/+1
2020-03-18drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga1-5/+7
2019-06-06drm/sti: drop use of drmP.hSam Ravnborg1-1/+7
2018-10-05drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter1-1/+0
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King1-1/+1
2017-12-06gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard1-1/+1
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-06-21drm: sti: sti_hqvdp: undo preparation of a clock source.Arvind Yadav1-0/+3
2017-06-20drm: sti: sti_hqvdp: make of_device_ids const.Arvind Yadav1-1/+1
2017-05-09drm/sti: Adjust two checks for null pointers in sti_hqvdp_probe()Markus Elfring1-2/+2
2017-05-09drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring1-2/+1
2017-02-10drm/sti: do not check hw scaling if mode is not setFabien DESSENNE1-3/+3
2017-01-23Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into drm-nextDave Airlie1-2/+21
2017-01-06drm/sti: do not post HQVDP command if no updateFabien DESSENNE1-0/+15
2017-01-06drm/sti: load XP70 firmware only onceFabien DESSENNE1-2/+6
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-09-20drm/sti: use valid video modeFabien Dessenne1-4/+4
2016-09-20drm/sti: fix atomic_disable checkFabien Dessenne1-3/+3
2016-09-20drm/sti: run hqvdp init sequence only onceFabien Dessenne1-2/+2
2016-09-20drm/sti: Fix sparse warningsVille Syrjälä1-3/+4
2016-07-29drm: sti: use generic zpos for planeBenjamin Gaignard1-2/+2
2016-07-12gpu: drm: sti_hqvdp: add missing of_node_put after calling of_parse_phandlePeter Chen1-0/+1
2016-06-21drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard1-4/+28
2016-06-01drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard1-7/+0
2016-05-11drm/sti: include linux/seq_file.h where neededArnd Bergmann1-0/+1
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-81/+366
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-3/+3
2016-03-03drm/sti: use u32 to store DMA addressesArnd Bergmann1-6/+8
2016-02-26drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou1-7/+4
2016-02-26drm/sti: add debugfs entries for HQVDP planeVincent Abriou1-0/+243
2016-02-26drm/sti: implement atomic_check for the planesVincent Abriou1-66/+109
2016-02-26drm/sti: clarify the skip frame/field messageFabien Dessenne1-2/+2
2015-12-11drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä1-1/+1
2015-11-03drm/sti: load HQVDP firmware the first time HQVDP's plane is usedVincent Abriou1-152/+150
2015-11-03drm/sti: Build monolithic driverThierry Reding1-2/+0