summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1
2019-07-17drm/vc4: drop use of drmP.hSam Ravnborg1-4/+7
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-08Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-63/+42
2019-04-24drm/vc4: Fix compilation error reported by kbuild test botMaarten Lankhorst1-1/+1
2019-04-24drm/vc4: Fix memory leak during gpu reset.Maarten Lankhorst1-1/+1
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-27/+6
2019-04-01drm/vc4: Use drm_print_regset32() for our debug register dumping.Eric Anholt1-38/+30
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon1-0/+8
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-12-19drm/vc4: Take margin setup into account when updating planesBoris Brezillon1-0/+43
2018-09-09drm: extract drm_atomic_uapi.cDaniel Vetter1-0/+1
2018-07-07drm/vc4: Add support for the transposer blockBoris Brezillon1-24/+114
2018-07-02drm/vc4: Use drm_crtc_mask()Ville Syrjälä1-3/+3
2018-06-20Merge drm-upstream/drm-next into drm-misc-nextGustavo Padovan1-1/+45
2018-06-11drm/vc4: Stop updating plane->fb/crtcVille Syrjälä1-3/+0
2018-05-15Merge tag 'exynos-drm-next-for-v4.18' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie1-1/+45
2018-04-30drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balancedBoris Brezillon1-1/+45
2018-04-23drm/vc4: Add CTM supportStefan Schake1-0/+5
2018-04-17drm/vc4: Move CRTC state to headerStefan Schake1-33/+0
2018-04-17drm/vc4: Expose gamma as atomic propertyStefan Schake1-11/+26
2018-03-09drm/vc4: Enable background color fill when necessaryStefan Schake1-0/+25
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk1-3/+3
2017-07-27Backmerge tag 'v4.13-rc2' into drm-nextDave Airlie1-23/+43
2017-07-14drm/vc4: Fix VBLANK handling in crtc->enable() pathBoris Brezillon1-23/+43
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-22drm/vc4: Remove dead vc4_event_pending().Eric Anholt1-8/+0
2017-06-21drm/vc4: Send a VBLANK event when disabling a CRTCBoris Brezillon1-0/+13
2017-06-20drm: vc4: Use crtc->mode_valid() and encoder->mode_valid() callbacksJose Abreu1-7/+6
2017-05-26drm/vc4: use drm_for_each_connector_iter()Gustavo Padovan1-1/+5
2017-05-22drm/vc4: fix include notation and remove -Iinclude/drm flagMasahiro Yamada1-7/+7
2017-05-10drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter1-24/+10
2017-05-10drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter1-2/+2
2017-05-10drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter1-1/+1
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter1-1/+2
2017-04-04Merge tag 'topic/synopsys-media-formats-2017-04-03' of git://anongit.freedesk...Sean Paul1-1/+12
2017-03-30drm/vc4: Allocate the right amount of space for boot-time CRTC state.Eric Anholt1-1/+12
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-2/+3
2017-02-28drm/vc4: Extend and edit documentation for output from the RSTEric Anholt1-3/+4
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter1-1/+1
2017-02-23Merge tag 'v4.10-rc8' into drm-nextDave Airlie1-1/+1
2017-02-09drm: vc4: use vblank hooks in struct drm_crtc_funcsShawn Guo1-4/+4
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson1-1/+1
2017-02-01drm/vc4: Add support for feeding DSI encoders from the pixel valve.Eric Anholt1-14/+19
2017-01-18drm: vc4: use crtc helper drm_crtc_from_index()Shawn Guo1-10/+7
2017-01-17drm/vc4: Fix memory leak of the CRTC state.Eric Anholt1-1/+1
2016-12-09drm/vc4: Fix ->clock_select setting for the VEC encoderBoris Brezillon1-15/+23
2016-11-29drm/vc4: Fix race between page flip completion event and clean-upDerek Foreman1-0/+8
2016-10-06drm/vc4: Add support for double-clocked modes.Eric Anholt1-6/+11