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