index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
mxsfb
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm: Remove CONFIG_DRM_KMS_CMA_HELPER option
Thomas Zimmermann
2021-11-30
1
-1
/
+1
*
Merge tag 'drm-misc-next-2021-10-14' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2021-11-05
1
-1
/
+7
|
\
|
*
drm: mxsfb: Set fallback bus format when the bridge doesn't provide one
Guido Günther
2021-10-12
1
-0
/
+6
|
*
drm: mxsfb: Print failed bus format in hex
Guido Günther
2021-10-12
1
-1
/
+1
*
|
drm: mxsfb: Fix NULL pointer dereference crash on unload
Marek Vasut
2021-10-21
1
-1
/
+5
|
/
*
drm/mxsfb: Convert to Linux IRQ interfaces
Thomas Zimmermann
2021-08-10
2
-31
/
+52
*
drm: mxsfb: Clear FIFO_CLEAR bit
Marek Vasut
2021-07-27
1
-0
/
+3
*
drm: mxsfb: Use bus_format from the nearest bridge if present
Marek Vasut
2021-07-27
1
-8
/
+24
*
drm: mxsfb: Increase number of outstanding requests on V4 and newer HW
Marek Vasut
2021-07-27
4
-0
/
+20
*
drm: mxsfb: Enable recovery on underflow
Marek Vasut
2021-07-27
2
-0
/
+30
*
drm/<driver>: drm_gem_plane_helper_prepare_fb is now the default
Daniel Vetter
2021-06-24
1
-2
/
+0
*
drm/mxsfb: Don't select DRM_KMS_FB_HELPER
Thomas Zimmermann
2021-04-26
1
-1
/
+0
*
drm: Use state helper instead of the plane state pointer
Maxime Ripard
2021-02-25
1
-1
/
+2
*
drm/atomic: Pass the full state to planes atomic disable and update
Maxime Ripard
2021-02-25
1
-2
/
+4
*
drm: Rename plane->state variables in atomic update and disable
Maxime Ripard
2021-02-24
1
-2
/
+2
*
drm: Use the state pointer directly in planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+1
*
drm/atomic: Pass the full state to planes atomic_check
Maxime Ripard
2021-02-24
1
-1
/
+3
*
drm/gem: Move drm_gem_fb_prepare_fb() to GEM atomic helpers
Thomas Zimmermann
2021-02-23
1
-3
/
+3
*
Merge tag 'drm-misc-next-fixes-2020-12-15' of git://anongit.freedesktop.org/d...
Daniel Vetter
2020-12-15
1
-6
/
+4
|
\
|
*
drm: mxsfb: Silence -EPROBE_DEFER while waiting for bridge
Guido Günther
2020-12-15
1
-6
/
+4
*
|
Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2020-12-14
2
-8
/
+10
|
\
|
|
*
drm: mxsfb: Implement .format_mod_supported
Daniel Abrecht
2020-11-10
1
-0
/
+8
|
*
drm/<drivers>: Constify struct drm_driver
Daniel Vetter
2020-11-06
1
-1
/
+1
|
*
drm: Use the state pointer directly in atomic_check
Maxime Ripard
2020-11-03
1
-1
/
+1
|
*
drm/atomic: Pass the full state to CRTC atomic begin and flush
Maxime Ripard
2020-11-02
1
-1
/
+1
|
*
drm/atomic: Pass the full state to CRTC atomic_check
Maxime Ripard
2020-11-02
1
-4
/
+6
|
*
drm/atomic: Pass the full state to CRTC atomic enable/disable
Maxime Ripard
2020-10-09
1
-2
/
+2
*
|
drm: mxsfb: Implement .format_mod_supported
Daniel Abrecht
2020-11-26
1
-0
/
+8
*
|
drm: mxsfb: fix fence synchronization
Lucas Stach
2020-11-26
1
-0
/
+3
|
/
*
drm: mxsfb: check framebuffer pitch
Stefan Agner
2020-09-16
1
-1
/
+20
*
drm: mxsfb: Support the alpha plane
Laurent Pinchart
2020-07-28
4
-16
/
+144
*
drm: mxsfb: Remove unnecessary spaces after tab
Laurent Pinchart
2020-07-28
1
-5
/
+5
*
drm: mxsfb: Merge mxsfb_set_pixel_fmt() and mxsfb_set_bus_fmt()
Laurent Pinchart
2020-07-28
1
-28
/
+19
*
drm: mxsfb: Turn mxsfb_set_pixel_fmt() into a void function
Laurent Pinchart
2020-07-28
1
-9
/
+2
*
drm: mxsfb: Drop non-OF support
Laurent Pinchart
2020-07-28
1
-18
/
+7
*
drm: mxsfb: Update internal IP version number for i.MX6SX
Laurent Pinchart
2020-07-28
1
-1
/
+13
*
drm: mxsfb: Add i.MX7 and i.MX8M to the list of supported SoCs in Kconfig
Laurent Pinchart
2020-07-28
1
-3
/
+4
*
drm: mxsfb: Remove mxsfb_devdata unused fields
Laurent Pinchart
2020-07-28
2
-6
/
+0
*
drm: mxsfb: Enable vblank handling
Laurent Pinchart
2020-07-28
2
-7
/
+14
*
drm: mxsfb: Don't touch AXI clock in IRQ context
Laurent Pinchart
2020-07-28
2
-15
/
+6
*
drm: mxsfb: Move vblank event arm to CRTC .atomic_flush()
Laurent Pinchart
2020-07-28
1
-15
/
+20
*
drm: mxsfb: Stop using DRM simple display pipeline helper
Laurent Pinchart
2020-07-28
3
-124
/
+203
*
drm: mxsfb: Rename mxsfb_crtc.c to mxsfb_kms.c
Laurent Pinchart
2020-07-28
2
-1
/
+1
*
drm: mxsfb: Remove unneeded includes
Laurent Pinchart
2020-07-28
2
-14
/
+3
*
drm: mxsfb: Remove register definitions from mxsfb_crtc.c
Laurent Pinchart
2020-07-28
1
-9
/
+5
*
drm: mxsfb: Use LCDC_CTRL register name explicitly
Laurent Pinchart
2020-07-28
1
-4
/
+4
*
drm: mxsfb: Pass mxsfb_drm_private pointer to mxsfb_reset_block()
Laurent Pinchart
2020-07-28
1
-6
/
+6
*
drm: mxsfb: Clarify format and bus width configuration
Laurent Pinchart
2020-07-28
2
-21
/
+13
*
drm: mxsfb: Remove unused macros from mxsfb_regs.h
Laurent Pinchart
2020-07-28
1
-8
/
+0
*
drm: mxsfb: Use BIT() macro to define register bitfields
Laurent Pinchart
2020-07-28
1
-28
/
+28
[next]