summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard2020-07-071-1/+0
* drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard2020-07-071-0/+3
* drm/vc4: crtc: Split CRTC data in twoMaxime Ripard2020-07-071-0/+19
* drm/vc4: crtc: Make state functions publicMaxime Ripard2020-07-071-0/+10
* drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard2020-07-071-0/+5
* drm/vc4: crtc: Move crtc state to common headerMaxime Ripard2020-06-101-0/+21
* drm/vc4: plane: Move additional planes creation to driverMaxime Ripard2020-06-101-2/+1
* drm/vc4: plane: Move planes creation to its own functionMaxime Ripard2020-06-101-0/+2
* drm/vc4: drv: Add include guardsMaxime Ripard2020-06-101-0/+4
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-1/+1
* drm/vc4/vc4_drv.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
* drm/vc4: Replace wait_for macros to remove use of msleepJames Hughes2020-03-041-17/+26
* drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-131-4/+0
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-0/+14
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | drm/vc4: drop use of drmP.hSam Ravnborg2019-07-171-5/+12
* | | drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-211-2/+1
| |/ |/|
* | drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-231-0/+14
|/
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-031-0/+1
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-11/+28
* drm/vc4: Add helpers for pm get/put.Eric Anholt2019-04-011-0/+2
* drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt2019-04-011-0/+7
* drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski2019-03-061-0/+3
* drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon2019-03-061-0/+11
* drm/vc4: Report HVS underrun errorsBoris Brezillon2019-03-061-0/+10
* drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-6/+0
* drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+1
* drm/vc4: Take margin setup into account when updating planesBoris Brezillon2018-12-191-0/+3
* drm/vc4: Don't check plane state more than onceBoris Brezillon2018-11-301-0/+5
* drm/vc4: Move LBM creation out of vc4_plane_mode_set()Boris Brezillon2018-11-301-0/+1
* drm/vc4: Add support for the transposer blockBoris Brezillon2018-07-071-0/+7
* gpu: drm: vc4: Adding new typedef vm_fault_tSouptick Joarder2018-06-211-1/+2
* drm/vc4: Syncobj import supportStefan Schake2018-04-301-0/+1
* drm/vc4: Add CTM supportStefan Schake2018-04-231-0/+4
* drm/vc4: Move CRTC state to headerStefan Schake2018-04-171-0/+33
* drm/vc4: Move plane state to headerStefan Schake2018-03-091-0/+60
* drm/vc4: Expose performance counters to userspaceBoris Brezillon2018-02-101-0/+68
* drm/vc4: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes2017-12-081-2/+0
* drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-191-0/+30
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-281-7/+32
* drm/vc4: Remove dead vc4_event_pending().Eric Anholt2017-06-221-1/+0
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-151-0/+6
* drm/vc4: Fix comment in vc4_drv.hBoris Brezillon2017-05-311-1/+1
* drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2017-05-221-4/+2
* drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-7/+4
* drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-1/+1
* drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-1/+1
* drm/vc4: Turn the V3D clock on at runtime.Eric Anholt2017-05-081-0/+1
* drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt2017-04-181-6/+22