index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mxsfb
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
drm: mxsfb: check framebuffer pitch
Stefan Agner
1
-1
/
+20
2020-07-28
drm: mxsfb: Support the alpha plane
Laurent Pinchart
4
-16
/
+144
2020-07-28
drm: mxsfb: Remove unnecessary spaces after tab
Laurent Pinchart
1
-5
/
+5
2020-07-28
drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()
Laurent Pinchart
1
-28
/
+19
2020-07-28
drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void function
Laurent Pinchart
1
-9
/
+2
2020-07-28
drm: mxsfb: Drop non-OF support
Laurent Pinchart
1
-18
/
+7
2020-07-28
drm: mxsfb: Update internal IP version number for i.MX6SX
Laurent Pinchart
1
-1
/
+13
2020-07-28
drm: mxsfb: Add i.MX7 and i.MX8M to the list of supported SoCs in Kconfig
Laurent Pinchart
1
-3
/
+4
2020-07-28
drm: mxsfb: Remove mxsfb_devdata unused fields
Laurent Pinchart
2
-6
/
+0
2020-07-28
drm: mxsfb: Enable vblank handling
Laurent Pinchart
2
-7
/
+14
2020-07-28
drm: mxsfb: Don't touch AXI clock in IRQ context
Laurent Pinchart
2
-15
/
+6
2020-07-28
drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()
Laurent Pinchart
1
-15
/
+20
2020-07-28
drm: mxsfb: Stop using DRM simple display pipeline helper
Laurent Pinchart
3
-124
/
+203
2020-07-28
drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c
Laurent Pinchart
2
-1
/
+1
2020-07-28
drm: mxsfb: Remove unneeded includes
Laurent Pinchart
2
-14
/
+3
2020-07-28
drm: mxsfb: Remove register definitions from mxsfb_crtc.c
Laurent Pinchart
1
-9
/
+5
2020-07-28
drm: mxsfb: Use LCDC_CTRL register name explicitly
Laurent Pinchart
1
-4
/
+4
2020-07-28
drm: mxsfb: Pass mxsfb_drm_private pointer to mxsfb_reset_block()
Laurent Pinchart
1
-6
/
+6
2020-07-28
drm: mxsfb: Clarify format and bus width configuration
Laurent Pinchart
2
-21
/
+13
2020-07-28
drm: mxsfb: Remove unused macros from mxsfb_regs.h
Laurent Pinchart
1
-8
/
+0
2020-07-28
drm: mxsfb: Use BIT() macro to define register bitfields
Laurent Pinchart
1
-28
/
+28
2020-07-28
drm: mxsfb: Use drm_panel_bridge
Laurent Pinchart
5
-157
/
+55
2020-07-28
drm: mxsfb: Remove fbdev leftovers
Laurent Pinchart
1
-1
/
+0
2020-07-20
drm/mxsfb: drop unused function parameter
Uwe Kleine-König
1
-2
/
+2
2020-07-20
drm/mxsfb: Make supported modifiers explicit
Guido Günther
1
-2
/
+7
2020-06-10
drm/mxsfb: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS
Thomas Zimmermann
1
-6
/
+1
2020-06-10
drm/mxsfb: Use GEM CMA object functions
Thomas Zimmermann
1
-5
/
+1
2019-12-10
drm/panel: decouple connector from drm_panel
Sam Ravnborg
1
-1
/
+1
2019-10-14
drm/mxsfb: Read bus flags from bridge if present
Guido Günther
1
-1
/
+4
2019-10-14
drm/mxsfb: Update mxsfb to support a bridge
Robert Chiras
4
-21
/
+72
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-1
/
+1
2019-08-10
drm/mxsfb: fix opencoded use of drm_panel_*
Sam Ravnborg
1
-1
/
+1
2019-07-15
drm/mxsfb: drop use of drmP.h
Sam Ravnborg
3
-12
/
+16
2019-06-21
drm/mxsfb: Drop drm_gem_prime_export/import
Daniel Vetter
1
-2
/
+0
2019-06-21
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
1
-2
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
5
-45
/
+5
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-03-18
drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags
Laurent Pinchart
1
-3
/
+3
2019-01-29
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
Daniel Vetter
1
-2
/
+1
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
3
-3
/
+3
2019-01-14
drm/mxsfb: Use drm_fbdev_generic_setup()
Noralf Trønnes
2
-25
/
+2
2018-11-25
drm: replace "drm_dev_unref" function with "drm_dev_put"
Fernando Ramos
1
-2
/
+2
2018-09-26
drm/mxsfb: Switch to drm_atomic_helper_commit_tail_rpm
Leonard Crestez
1
-0
/
+15
2018-09-26
drm/mxsfb: Add PM_SLEEP support
Leonard Crestez
1
-0
/
+21
2018-09-26
drm/mxsfb: Add pm_runtime calls to pipe_enable/disable
Leonard Crestez
1
-0
/
+4
2018-09-26
drm/mxsfb: Fix initial corrupt frame when activating display
Leonard Crestez
1
-13
/
+32
2018-09-26
drm/mxsfb: Move axi clk enable/disable to crtc enable/disable
Leonard Crestez
1
-6
/
+2
2018-04-24
drm/mxsfb: Use simple_display_pipe prepare_fb helper
Daniel Vetter
1
-7
/
+1
2018-03-28
drm/simple-kms-helper: Plumb plane state to the enable hook
Ville Syrjälä
1
-1
/
+2
2018-02-22
drm/mxsfb: Do not use deprecated drm_driver.{enable|disable)_vblank
Oleksandr Andrushchenko
1
-26
/
+28
[next]