summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: crtc: Remove the feed_txp testsMaxime Ripard2020-07-071-22/+7
* drm/vc4: txp: Turn the TXP into a CRTC of its ownMaxime Ripard2020-07-072-20/+99
* drm/vc4: crtc: Move the txp_armed function to the TXPMaxime Ripard2020-07-073-9/+8
* drm/vc4: crtc: Move the CRTC initialisation to a separate functionMaxime Ripard2020-07-072-37/+53
* drm/vc4: crtc: Only access the PixelValve registers if we have toMaxime Ripard2020-07-071-4/+15
* drm/vc4: crtc: Split CRTC data in twoMaxime Ripard2020-07-072-11/+37
* drm/vc4: crtc: Make state functions publicMaxime Ripard2020-07-072-11/+20
* drm/vc4: crtc: Move HVS setup code to the HVS driverMaxime Ripard2020-07-073-251/+302
* drm/vc4: Reorder the bind order of the devicesMaxime Ripard2020-07-071-1/+1
* drm/vc4: Convert register accessors to FIELD_*Maxime Ripard2020-07-071-5/+4
* drm/vc4: Use __drm_atomic_helper_crtc_resetDaniel Vetter2020-07-021-2/+1
* drm/vc4: crtc: Restrict HACT_ACT setup to DSIMaxime Ripard2020-06-101-1/+2
* drm/vc4: crtc: Turn static const variable into a defineMaxime Ripard2020-06-101-3/+4
* drm/vc4: crtc: Move crtc state to common headerMaxime Ripard2020-06-102-21/+21
* drm/vc4: crtc: Switch to of_device_get_match_dataMaxime Ripard2020-06-101-5/+5
* drm/vc4: crtc: Rename SoC data structuresMaxime Ripard2020-06-101-6/+6
* drm/vc4: plane: Move additional planes creation to driverMaxime Ripard2020-06-104-17/+19
* drm/vc4: plane: Move planes creation to its own functionMaxime Ripard2020-06-103-29/+44
* drm/vc4: drv: Add include guardsMaxime Ripard2020-06-101-0/+4
* drm/vc4: hdmi: Silence pixel clock error on -EPROBE_DEFERJames Hilliard2020-05-251-2/+4
* drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-194-17/+17
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-04-171-4/+16
|\
| * drm/vc4: Fix HDMI mode validationNicolas Saenz Julienne2020-03-271-4/+16
* | drm/vc4: Use simple encoderThomas Zimmermann2020-04-024-37/+11
* | drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-182-4/+2
* | drm/vc4: remove check of return value of drm_debugfs functionsWambui Karuga2020-03-181-5/+2
|/
* 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-051-17/+26
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-262-2/+2
* drm/vc4: Convert to CRTC VBLANK callbacksThomas Zimmermann2020-02-132-2/+1
* drm/vc4: Convert to struct drm_crtc_helper_funcs.get_scanout_position()Thomas Zimmermann2020-02-133-10/+7
* drm/vc4: plane_state->fb iff plane_state->crtcDaniel Vetter2020-01-281-1/+1
* drm/vc4: dsi: Fix bridge chain handlingBoris Brezillon2020-01-081-6/+22
* drm/vc4: Provide ddc symlink in connector sysfs directoryAndrzej Pietrasiewicz2020-01-071-4/+8
* drm/vc4: Use dma_resv locking wrappersDaniel Vetter2019-12-171-6/+5
* drm/bridge: Make the bridge chain a double-linked listBoris Brezillon2019-12-091-1/+9
* drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon2019-12-091-4/+4
* drm/vc4: Fix Kconfig indentationKrzysztof Kozlowski2019-11-251-4/+4
* Merge drm/drm-next into drm-misc-nextSean Paul2019-10-231-3/+2
|\
| * Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-116-11/+18
| |\
| * \ Merge drm/drm-fixes into drm-misc-fixesMaxime Ripard2019-10-0312-44/+68
| |\ \
| * | | drm: Free the writeback_job when it with an empty fbLowry Li (Arm Technology China)2019-09-231-3/+2
* | | | drm/vc4: Use drm_hdmi_avi_infoframe_bars()Ville Syrjälä2019-10-221-4/+1
| |_|/ |/| |
* | | drm/mm: Use helpers for drm_mm_node booleansChris Wilson2019-10-043-4/+4
* | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-031-2/+1
|\ \ \ | | |/ | |/|
| * | Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-09-2012-42/+67
| |\ \
| * | | platform: Add platform_find_device_by_driver() helperSuzuki K Poulose2019-07-301-2/+1
| | |/ | |/|
* | | drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-082-3/+4
* | | drm: Stop including drm_bridge.h from drm_crtc.hBoris Brezillon2019-08-281-0/+1
* | | drm/vc4/vc4_hdmi: fill in connector infoDariusz Marcinkiewicz2019-08-271-4/+9
| |/ |/|