summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/atmel-hlcdc
Commit message (Expand)AuthorAgeFilesLines
* drm/atmel-hlcdc: Allow async page flipsDan Sneddon2021-06-191-0/+1
* drm: atmel_hlcdc: Enable the crtc vblank prior to crtc usage.Dan Sneddon2021-06-191-7/+10
* drm: Use state helper instead of the plane state pointerMaxime Ripard2021-02-251-1/+2
* drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard2021-02-251-3/+3
* drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard2021-02-241-2/+3
* drm: Use the state pointer directly in planes atomic_checkMaxime Ripard2021-02-241-1/+1
* drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard2021-02-241-1/+2
* drm/atmel-hlcdc: Rename custom plane state variableMaxime Ripard2021-02-241-59/+59
* drm/atmel: Use drm_atomic_helper_commitDaniel Vetter2021-02-232-112/+2
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-151-1/+0
* drm/atmel-hlcdc/atmel_hlcdc_plane: Fix documentation formatting and add missi...Lee Jones2020-11-121-1/+2
* drm/atmel-hlcdc/atmel_hlcdc_plane: Staticise local function 'atmel_hlcdc_plan...Lee Jones2020-11-121-2/+2
* drm/atmel-hlcdc/atmel_hlcdc_crtc: Apply correct formatting to struct docsLee Jones2020-11-121-3/+3
* drm/<drivers>: Constify struct drm_driverDaniel Vetter2020-11-061-1/+1
* drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard2020-11-021-2/+2
* drm/atomic: Pass the full state to CRTC atomic_checkMaxime Ripard2020-11-021-1/+2
* drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard2020-10-091-2/+2
* drm/atomic-helper: reset vblank on crtc resetDaniel Vetter2020-07-021-5/+2
* drm/atmel-hlcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann2020-06-101-6/+1
* drm/atmel-hlcdc: Use GEM CMA object functionsThomas Zimmermann2020-06-101-5/+1
* drm/atmel-hlcdc: Use simple encoderThomas Zimmermann2020-04-021-8/+4
* drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart2020-02-261-1/+1
* Revert "drm: atmel-hlcdc: enable sys_clk during initalization."Claudiu Beznea2020-01-061-18/+1
* drm: atmel-hlcdc: prefer a lower pixel-clock than requestedPeter Rosin2020-01-061-2/+2
* drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea2020-01-061-1/+7
* drm: atmel-hlcdc: use double rate for pixel clock only if supportedClaudiu Beznea2020-01-061-3/+3
* drm/atmel: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-131-1/+1
* drm/atmel: ditch fb_create wrapperDaniel Vetter2019-11-191-7/+1
* drm/atmel-hlcdc: Use swap() where appropriateVille Syrjälä2019-10-111-4/+1
* drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart2019-09-081-1/+2
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-225-60/+5
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-154-18/+133
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-195-60/+5
* | | drm/atmel_hlcdc: drop use of drmP.hSam Ravnborg2019-07-155-22/+35
* | | drm/atmel-hlcdc: set layer REP bit to enable replication logicJoshua.Henderson@microchip.com2019-07-121-1/+1
* | | drm/atmel: Drop drm_gem_prime_export/importDaniel Vetter2019-06-211-2/+0
* | | drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-3/+1
| |/ |/|
* | drm/atmel-hlcdc: revert shift by 8Claudiu Beznea2019-06-041-1/+1
* | drm: atmel-hlcdc: add sam9x60 LCD controllerSandeep Sheriker Mallikarjun2019-06-041-0/+101
* | drm: atmel-hlcdc: enable sys_clk during initalization.Sandeep Sheriker Mallikarjun2019-06-041-1/+18
* | drm: atmel-hlcdc: avoid initializing cfg with zeroClaudiu Beznea2019-06-041-4/+2
* | drm: atmel-hlcdc: add config option for clock selectionClaudiu Beznea2019-06-042-5/+9
* | Merge tag 'drm-misc-next-2019-05-24' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2019-05-281-7/+2
|\ \ | |/ |/|
| * drm: Remove users of drm_format_(horz|vert)_chroma_subsamplingMaxime Ripard2019-05-201-7/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter2019-01-291-1/+1
* drm/atmel-hlcdc: fix clipping of planesPeter Rosin2019-01-271-101/+61
* drm/atmel-hlcdc: do not swap w/h of the crtc when a plane is rotatedPeter Rosin2019-01-271-3/+0
* drm/atmel-hlcdc: rotate planes counterclockwisePeter Rosin2019-01-271-15/+15
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-242-2/+2