summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sti/sti_hqvdp.c
Commit message (Expand)AuthorAgeFilesLines
* drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich2022-08-031-3/+3
* drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich2022-08-031-7/+7
* drm/fb: rename FB CMA helpers to FB DMA helpersDanilo Krummrich2022-08-031-3/+3
* drm: Remove linux/fb.h from drm_crtc.hVille Syrjälä2022-07-051-0/+1
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm/sti: plane: Remove redundant zpos initialisationMaxime Ripard2022-02-251-1/+1
* drm/sti: Use correct printk format specifiers for size_tLaurent Pinchart2021-10-071-2/+2
* drm/sti/sti_hqvdp: Fix incorrectly named function 'sti_hqvdp_vtg_cb()'Lee Jones2021-06-031-1/+1
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-2/+6
* drm: Rename plane->state variables in atomic update and disableMaxime Ripard2021-02-241-20/+20
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+3
* drm: Rename plane atomic_check state namesMaxime Ripard2021-02-241-12/+12
* drm: sti: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart2021-01-051-8/+1
* drm/sti: remove use of drm_debugfs functions as return valuesWambui Karuga2020-03-181-5/+7
* drm/sti: drop use of drmP.hSam Ravnborg2019-06-061-1/+7
* drm/sti: Use drm_atomic_helper_shutdownDaniel Vetter2018-10-051-1/+0
* drm: add missing ctx argument to plane transitional helpersRussell King2018-07-031-1/+1
* gpu: drm: sti: Adopt SPDX identifiersBenjamin Gaignard2017-12-061-1/+1
* drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter2017-08-081-1/+0
* drm: Plumb modifiers through plane initBen Widawsky2017-08-011-1/+1
* drm: sti: sti_hqvdp: undo preparation of a clock source.Arvind Yadav2017-06-211-0/+3
* drm: sti: sti_hqvdp: make of_device_ids const.Arvind Yadav2017-06-201-1/+1
* drm/sti: Adjust two checks for null pointers in sti_hqvdp_probe()Markus Elfring2017-05-091-2/+2
* drm/sti: Replace 17 seq_puts() calls by seq_putc()Markus Elfring2017-05-091-2/+1
* drm/sti: do not check hw scaling if mode is not setFabien DESSENNE2017-02-101-3/+3
* Merge tag 'sti-drm-next-2017-01-06' of https://github.com/vinceab/linux into ...Dave Airlie2017-01-231-2/+21
|\
| * drm/sti: do not post HQVDP command if no updateFabien DESSENNE2017-01-061-0/+15
| * drm/sti: load XP70 firmware only onceFabien DESSENNE2017-01-061-2/+6
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
|/
* drm/sti: use valid video modeFabien Dessenne2016-09-201-4/+4
* drm/sti: fix atomic_disable checkFabien Dessenne2016-09-201-3/+3
* drm/sti: run hqvdp init sequence only onceFabien Dessenne2016-09-201-2/+2
* drm/sti: Fix sparse warningsVille Syrjälä2016-09-201-3/+4
* drm: sti: use generic zpos for planeBenjamin Gaignard2016-07-291-2/+2
* gpu: drm: sti_hqvdp: add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-121-0/+1
* drm: sti: use late_register and early_unregister callbacksBenjamin Gaignard2016-06-211-4/+28
* drm: sti: remove useless call to dev->struct_mutexBenjamin Gaignard2016-06-011-7/+0
* drm/sti: include linux/seq_file.h where neededArnd Bergmann2016-05-111-0/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-81/+366
|\
| * drm/sti: use u32 to store DMA addressesArnd Bergmann2016-03-031-6/+8
| * drm/sti: add debugfs fps_show/fps_get mechanism for planesVincent Abriou2016-02-261-7/+4
| * drm/sti: add debugfs entries for HQVDP planeVincent Abriou2016-02-261-0/+243
| * drm/sti: implement atomic_check for the planesVincent Abriou2016-02-261-66/+109
| * drm/sti: clarify the skip frame/field messageFabien Dessenne2016-02-261-2/+2
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-3/+3
|/
* drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* drm/sti: load HQVDP firmware the first time HQVDP's plane is usedVincent Abriou2015-11-031-152/+150
* drm/sti: Build monolithic driverThierry Reding2015-11-031-2/+0