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.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
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-12
drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMART
Ayan Kumar Halder
2
-3
/
+29
2019-03-12
drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.
Ayan Kumar Halder
1
-2
/
+2
2019-03-12
drm/arm/malidp:- Use the newly introduced malidp_format_get_bpp() instead of ...
Ayan Kumar Halder
1
-5
/
+10
2019-03-12
drm/arm/malidp:- Writeback framebuffer does not support any modifiers
Ayan Kumar Halder
1
-0
/
+5
2019-03-12
drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formats
Ayan Kumar Halder
3
-11
/
+98
2019-03-12
drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...
Ayan Kumar Halder
6
-40
/
+246
2019-03-12
drm/arm/malidp:- Added support for new YUV formats for DP500, DP550 and DP650
Ayan Kumar Halder
1
-1
/
+21
2019-03-12
drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifier
Ayan Kumar Halder
4
-23
/
+136
2019-02-11
drm/komeda: fix build with drm_modeset_helper.h update
Sam Ravnborg
6
-9
/
+26
2019-02-04
Merge tag 'drm-misc-next-2019-02-01' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
5
-8
/
+8
2019-02-01
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-...
Dave Airlie
23
-6
/
+2182
2019-01-30
drm/komeda: Off by one in komeda_fb_get_pixel_addr()
Dan Carpenter
1
-1
/
+1
2019-01-29
drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)install
Daniel Vetter
1
-1
/
+1
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
5
-7
/
+7
2019-01-18
drm: arm/komeda: Remove IRQ parsing from initial series
Liviu Dudau
3
-12
/
+1
2019-01-14
drm/komeda: Attach komeda_dev to DRM-KMS
james qian wang (Arm Technology China)
8
-1
/
+605
2019-01-14
drm/komeda: Add komeda_framebuffer
james qian wang (Arm Technology China)
3
-1
/
+201
2019-01-14
drm/komeda: Add komeda_format_caps for format handling
james qian wang (Arm Technology China)
7
-1
/
+256
2019-01-14
drm/komeda: Add DT parsing
james qian wang (Arm Technology China)
4
-0
/
+90
2019-01-14
drm/komeda: Build komeda to be a platform module
james qian wang (Arm Technology China)
5
-1
/
+215
2019-01-14
drm/komeda: komeda_dev/pipeline/component definition and initialzation
james qian wang (Arm Technology China)
11
-0
/
+826
2019-01-14
drm/arm: Delete redundant CONFIG_DRM_ARM
james qian wang (Arm Technology China)
1
-6
/
+4
2018-11-02
drm: mali-dp: Enable Mali-DP tiled buffer formats
Alexandru Gheorghe
2
-6
/
+36
2018-10-05
drm: malidp: Add the size of the superblocks when calculating total
Liviu Dudau
1
-1
/
+3
2018-10-02
drm/arm/malidp: Implemented the size validation for AFBC framebuffers
Ayan Kumar Halder
2
-1
/
+132
2018-10-02
drm/arm/malidp: Validate rotations for compressed/uncompressed framebuffers f...
Liviu Dudau
4
-39
/
+54
2018-10-02
drm/malidp: Enable MMU prefetch on Mali-DP650
Jamie Fox
5
-9
/
+296
2018-10-02
drm/mali-dp: Implement plane alpha and pixel blend on malidp
Lowry Li
1
-31
/
+44
2018-10-02
drm/malidp: Fix smart layer when doing pm_suspend/resume
Alexandru Gheorghe
1
-7
/
+8
2018-10-02
drm/malidp: Fix writeback in NV12
Alexandru Gheorghe
4
-7
/
+48
2018-10-02
drm: mali-dp: Call drm_crtc_vblank_reset on device init
Alexandru Gheorghe
1
-0
/
+1
2018-09-25
drm/arm/mali: Use drm_fbdev_generic_setup()
Noralf Trønnes
1
-9
/
+2
2018-09-25
drm/arm/hdlcd: Use drm_fbdev_generic_setup()
Noralf Trønnes
1
-9
/
+2
2018-08-27
Merge drm/drm-next into drm-misc-next
Sean Paul
5
-83
/
+42
2018-08-06
drm: mali-dp: Use __drm_atomic_helper_plane_reset instead of copying the logic
Alexandru Gheorghe
1
-5
/
+2
2018-07-31
drm/arm/hdlcd: Reject atomic commits that disable only the plane
Liviu Dudau
2
-17
/
+19
2018-07-31
drm: arm: hdlcd: Use drm_atomic_helper_shutdown() to disable planes on removal
Laurent Pinchart
2
-7
/
+2
2018-07-31
drm: arm: hdlcd: Don't destroy plane manually in hdlcd_setup_crtc()
Laurent Pinchart
1
-3
/
+1
2018-07-31
drm/arm/hdlcd: Use drm_fb_cma_fbdev_init/fini()
Noralf Trønnes
2
-32
/
+6
2018-07-31
drm/arm/hdlcd: Use drm_mode_config_helper_suspend/resume()
Noralf Trønnes
2
-23
/
+3
2018-07-23
drm: mali-dp: Set encoder possible_clones
Alexandru Gheorghe
1
-0
/
+10
2018-07-23
drm: mali-dp: Report writeback connector as connected
Alexandru Gheorghe
1
-1
/
+1
2018-07-06
Merge commit 'refs/for-upstream/mali-dp' of git://linux-arm.org/linux-ld into...
Dave Airlie
9
-72
/
+767
2018-07-06
Merge tag 'drm-misc-next-2018-07-04' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-1
/
+1
2018-07-05
drm/arm/malidp: Added the late system pm functions
Ayan Kumar Halder
1
-0
/
+17
2018-07-05
drm/arm/malidp: Set the output_depth register in modeset
Ayan Kumar Halder
3
-0
/
+6
2018-07-05
drm/arm/malidp: Enable/disable interrupts in runtime pm
Ayan Kumar Halder
1
-0
/
+4
2018-07-05
drm/arm/malidp: Split malidp interrupt initialization functions.
Ayan Kumar Halder
2
-9
/
+31
2018-07-05
drm/arm/malidp: Modified the prototype of malidp irq de-initializers
Ayan Kumar Halder
3
-15
/
+12
2018-07-05
drm: mali-dp: Add debugfs file for reporting internal errors
Alexandru Gheorghe
5
-7
/
+169
[next]