summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/zte
AgeCommit message (Expand)AuthorLines
2021-08-26drm: zte: remove obsolete DRM Support for ZTE SoCsLukas Bulwahn-3959/+0
2021-06-29drm/zte: Don't set struct drm_device.irq_enabledThomas Zimmermann-6/+0
2021-04-26drm/zte: Don't select DRM_KMS_FB_HELPERThomas Zimmermann-1/+0
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard-3/+5
2021-02-24drm: Rename plane->state variables in atomic update and disableMaxime Ripard-4/+4
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard-9/+10
2021-02-24drm: Use the state pointer directly in planes atomic_checkMaxime Ripard-2/+2
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard-2/+6
2021-01-05drm: zte: Remove unnecessary drm_plane_cleanup() wrapperLaurent Pinchart-6/+1
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter-1/+1
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard-2/+2
2020-08-06Merge tag 'sound-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-3/+4
2020-07-16ASoC: hdmi-codec: merge .digital_mute() into .mute_stream()Kuninori Morimoto-3/+4
2020-06-29drm/zte: remove unneeded semicolonJason Yan-3/+3
2020-06-10drm/zte: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann-6/+1
2020-06-10drm/zte: Use GEM CMA object functionsThomas Zimmermann-5/+1
2020-04-02drm/zte: Use simple encoderThomas Zimmermann-18/+6
2020-01-28drm/zte: plane_state->fb iff plane_state->crtcDaniel Vetter-2/+2
2020-01-07drm: zte: Provide ddc symlink in vga connector sysfs directoryAndrzej Pietrasiewicz-2/+4
2020-01-07drm: zte: Provide ddc symlink in hdmi connector sysfs directoryAndrzej Pietrasiewicz-2/+4
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard-72/+15
2019-07-17drm/zte: drop use of drmP.hSam Ravnborg-6/+14
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-4/+2
2019-06-21drm/zte: Drop drm_gem_prime_export/importDaniel Vetter-2/+0
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-72/+15
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-4/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20drm: Remove users of drm_format_info_plane_cppMaxime Ripard-1/+1
2019-05-20drm/fourcc: Pass the format_info pointer to drm_format_plane_cppMaxime Ripard-1/+1
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard-3/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter-5/+5
2019-01-10drm/edid: Pass connector to AVI infoframe functionsVille Syrjälä-1/+3
2018-10-05drm/zte: Use drm_atomic_helper_shutdownDaniel Vetter-1/+1
2018-09-30drm/zte: Replace drm_dev_unref with drm_dev_putThomas Zimmermann-2/+2
2018-09-25drm/zte: Use drm_fbdev_generic_setup()Noralf Trønnes-12/+3
2018-09-19gpu: do not double put device node in zx_drm_probezhong jiang-3/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter-3/+3
2018-07-13drm: drop _mode_ from update_edit_property()Daniel Vetter-2/+2
2018-07-03drm: add missing ctx argument to plane transitional helpersRussell King-1/+1
2018-03-29drm/zte: Stop consulting plane->crtcVille Syrjälä-4/+6
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä-12/+1
2018-01-23drm/zte: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä-10/+8
2017-12-08drm/zte: Use drm_fb_cma_fbdev_init/fini()Noralf Trønnes-42/+6
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-7/+9
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä-0/+1
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä-7/+8
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_c...Ville Syrjälä-2/+2