aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
AgeCommit message (Expand)Author
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen
2020-11-12drm/atmel-hlcdc/atmel_hlcdc_plane: Fix documentation formatting and add missi...Lee Jones
2020-11-12drm/atmel-hlcdc/atmel_hlcdc_plane: Staticise local function 'atmel_hlcdc_plan...Lee Jones
2020-11-12drm/atmel-hlcdc/atmel_hlcdc_crtc: Apply correct formatting to struct docsLee Jones
2020-11-06drm/<drivers>: Constify struct drm_driverDaniel Vetter
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-11-02drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-07-02drm/atomic-helper: reset vblank on crtc resetDaniel Vetter
2020-06-10drm/atmel-hlcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann
2020-06-10drm/atmel-hlcdc: Use GEM CMA object functionsThomas Zimmermann
2020-04-02drm/atmel-hlcdc: Use simple encoderThomas Zimmermann
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart
2020-01-06Revert "drm: atmel-hlcdc: enable sys_clk during initalization."Claudiu Beznea
2020-01-06drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin
2020-01-06drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea
2020-01-06drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea
2019-12-13drm/atmel: plane_state->fb iff plane_state->crtcDaniel Vetter
2019-11-19drm/atmel: ditch fb_create wrapperDaniel Vetter
2019-10-11drm/atmel-hlcdc: Use swap() where appropriateVille Syrjälä
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-15drm/atmel_hlcdc: drop use of drmP.hSam Ravnborg
2019-07-12drm/atmel-hlcdc: set layer REP bit to enable replication logicJoshua.Henderson@microchip.com
2019-06-21drm/atmel: Drop drm_gem_prime_export/importDaniel Vetter
2019-06-21drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-04drm/atmel-hlcdc: revert shift by 8Claudiu Beznea
2019-06-04drm: atmel-hlcdc: add sam9x60 LCD controllerSandeep Sheriker Mallikarjun
2019-06-04drm: atmel-hlcdc: enable sys_clk during initalization.Sandeep Sheriker Mallikarjun
2019-06-04drm: atmel-hlcdc: avoid initializing cfg with zeroClaudiu Beznea
2019-06-04drm: atmel-hlcdc: add config option for clock selectionClaudiu Beznea
2019-05-28Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter
2019-01-27drm/atmel-hlcdc: fix clipping of planesPeter Rosin
2019-01-27drm/atmel-hlcdc: do not swap w/h of the crtc when a plane is rotatedPeter Rosin
2019-01-27drm/atmel-hlcdc: rotate planes counterclockwisePeter Rosin
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2018-11-01drm/atmel-hlcdc: Use drm_fbdev_generic_setup()Noralf Trønnes
2018-10-05drm/atmel: Drop transitional hooksDaniel Vetter
2018-09-27drm/atmel-hlcdc: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-08-27drm/atmel-hlcdc: support bus-width (12/16/18/24) in endpoint nodesPeter Rosin
2018-08-27drm/atmel-hlcdc: always iterate over the first 4 output endpointsPeter Rosin
2018-08-27drm/atmel-hlcdc: allow selecting a higher pixel-clock than requestedPeter Rosin
2018-08-27drm/atmel-hlcdc: prefer a higher rate clock as pixel-clock basePeter Rosin
2018-08-06drm: atmel-hlcdc: Use __drm_atomic_helper_plane_reset instead of copying the ...Alexandru Gheorghe
2018-06-28Merge tag 'ib-fbdev-drm-v4.19-deferred-console-takeover' of https://github.co...Gustavo Padovan