index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
atmel-hlcdc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
drm/atmel-hdlcd: Run DRM default client setup
Thomas Zimmermann
2
-1
/
+5
2024-05-30
drm: atmel-hlcdc: add LCD controller layer definition for sam9x75
Manikandan Muralidharan
1
-0
/
+100
2024-05-30
drm: atmel-hlcdc: add support for DSI output formats
Manikandan Muralidharan
1
-6
/
+64
2024-05-30
drm: atmel-hlcdc: add vertical and horizontal scaling support for XLCDC
Manikandan Muralidharan
2
-0
/
+24
2024-05-30
drm: atmel-hlcdc: add DPI mode support for XLCDC
Manikandan Muralidharan
1
-2
/
+19
2024-05-30
drm: atmel_hlcdc: Add support for XLCDC using IP specific driver ops
Manikandan Muralidharan
3
-5
/
+217
2024-05-30
drm: atmel_hlcdc: replace regmap_read with regmap_read_poll_timeout
Manikandan Muralidharan
1
-19
/
+25
2024-05-30
drm: atmel-hlcdc: Define XLCDC specific registers
Durai Manickam KR
1
-0
/
+42
2024-05-30
drm: atmel-hlcdc: add driver ops to differentiate HLCDC and XLCDC IP
Manikandan Muralidharan
3
-83
/
+172
2024-05-08
drm/atmel-hlcdc: Allow build with COMPILE_TEST=y
Ville Syrjälä
1
-1
/
+1
2023-09-21
drm: Call drm_atomic_helper_shutdown() at shutdown time for misc drivers
Douglas Anderson
1
-0
/
+6
2023-08-10
drm: atmel-hlcdc: Support inverting the pixel clock polarity
Miquel Raynal
1
-0
/
+25
2023-06-08
drm/atmel-hlcdc: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-03-14
drm/atmel-hlcdc: Use GEM DMA fbdev emulation
Thomas Zimmermann
1
-2
/
+2
2022-12-12
drm: atmel-hlcdc: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-5
/
+4
2022-11-05
drm/fb-helper: Move generic fbdev emulation into separate source file
Thomas Zimmermann
1
-1
/
+1
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-1
/
+1
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
3
-6
/
+6
2022-08-03
drm/fb: rename FB CMA helpers to FB DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-07-26
drm: Remove unnecessary include statements of drm_plane_helper.h
Thomas Zimmermann
1
-1
/
+0
2022-07-05
drm: Remove linux/media-bus-format.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-07-05
drm: Remove linux/fb.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_blend.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-06-20
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
1
-0
/
+1
2022-01-27
drm/atmel-hlcdc: Use drm_module_platform_driver() to register the driver
Javier Martinez Canillas
1
-1
/
+2
2021-11-30
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
1
-1
/
+0
2021-08-10
drm/atmel-hlcdc: Convert to Linux IRQ interfaces
Thomas Zimmermann
1
-33
/
+47
2021-06-19
drm/atmel-hlcdc: Allow async page flips
Dan Sneddon
1
-0
/
+1
2021-06-19
drm: atmel_hlcdc: Enable the crtc vblank prior to crtc usage.
Dan Sneddon
1
-7
/
+10
2021-02-25
drm: Use state helper instead of the plane state pointer
Maxime Ripard
1
-1
/
+2
2021-02-25
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
1
-3
/
+3
2021-02-24
drm: Store new plane state in a variable for atomic_update and disable
Maxime Ripard
1
-2
/
+3
2021-02-24
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
1
-1
/
+1
2021-02-24
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
1
-1
/
+2
2021-02-24
drm/atmel-hlcdc: Rename custom plane state variable
Maxime Ripard
1
-59
/
+59
2021-02-23
drm/atmel: Use drm_atomic_helper_commit
Daniel Vetter
2
-112
/
+2
2020-12-15
drm: automatic legacy gamma support
Tomi Valkeinen
1
-1
/
+0
2020-11-12
drm/atmel-hlcdc/atmel_hlcdc_plane: Fix documentation formatting and add missi...
Lee Jones
1
-1
/
+2
2020-11-12
drm/atmel-hlcdc/atmel_hlcdc_plane: Staticise local function 'atmel_hlcdc_plan...
Lee Jones
1
-2
/
+2
2020-11-12
drm/atmel-hlcdc/atmel_hlcdc_crtc: Apply correct formatting to struct docs
Lee Jones
1
-3
/
+3
2020-11-06
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
1
-1
/
+1
2020-11-02
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
1
-2
/
+2
2020-11-02
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
1
-1
/
+2
2020-10-09
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
1
-2
/
+2
2020-07-02
drm/atomic-helper: reset vblank on crtc reset
Daniel Vetter
1
-5
/
+2
2020-06-10
drm/atmel-hlcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
1
-6
/
+1
2020-06-10
drm/atmel-hlcdc: Use GEM CMA object functions
Thomas Zimmermann
1
-5
/
+1
2020-04-02
drm/atmel-hlcdc: Use simple encoder
Thomas Zimmermann
1
-8
/
+4
2020-02-26
drm/bridge: Extend bridge API to disable connector creation
Laurent Pinchart
1
-1
/
+1
2020-01-06
Revert "drm: atmel-hlcdc: enable sys_clk during initalization."
Claudiu Beznea
1
-18
/
+1
[next]