Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f0f1d0166b17e1fadaa1dfa99721a9abb97e65eb
/
drivers
/
gpu
/
drm
/
arm
062076e
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-fixes
by Dave Airlie
· 7 years ago
a42ea78
Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes
by Dave Airlie
· 7 years ago
f73e8b8
drm/arm: Replace instances of drm_dev_unref with drm_dev_put.
by Srishti Sharma
· 7 years ago
fa56b3f
drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single statement blocks."
by Vitor Massaru Iha
· 7 years ago
5424301
drm: mali-dp: Disable planes when their CRTC gets disabled.
by Liviu Dudau
· 7 years ago
a6993b2
drm: mali-dp: Separate static internal data into a read-only structure.
by Liviu Dudau
· 7 years ago
0970d7a
drm/arm: Replace instances of drm_dev_unref with drm_dev_put.
by Srishti Sharma
· 7 years ago
c2cc215
drm: mali-dp: switch to drm_*_get(), drm_*_put() helpers
by Cihangir Akturk
· 7 years ago
febae9b
drm: hdlcd: Update PM code to save/restore console.
by Liviu Dudau
· 8 years ago
e60e1ee
Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
783f7d9
drm/arm/mali: Use drm_gem_fb_create()
by Noralf Trønnes
· 7 years ago
39ffd90
drm/arm/hdlcd: Use drm_gem_fb_create()
by Noralf Trønnes
· 7 years ago
e90271b
drm: Nuke drm_atomic_helper_plane_set_property
by Daniel Vetter
· 7 years ago
e6fc3b6
drm: Plumb modifiers through plane init
by Ben Widawsky
· 7 years ago
cdd7df8
drm/arm: mali-dp: Use .dumb_map_offset and .dumb_destroy defaults
by Noralf Trønnes
· 7 years ago
cdc1cc7
drm/arm: hdlcd: Use .dumb_map_offset and .dumb_destroy defaults
by Noralf Trønnes
· 7 years ago
a8e3fb5
drm/mali: Use new atomic iterator macros
by Maarten Lankhorst
· 7 years ago
6458171
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
by Laurent Pinchart
· 7 years ago
0b20a0f
drm: Add old state pointer to CRTC .enable() helper function
by Laurent Pinchart
· 7 years ago
c544815
drm/hdlcd: remove drm_vblank_cleanup, rise of the zoombies edition
by Daniel Vetter
· 7 years ago
fee4964
drm/arm: hdlcd: remove unused variables
by Arnd Bergmann
· 7 years ago
49a58f2
drm/arm: hdlcd: Use CMA helper for plane buffer address calculation
by Liviu Dudau
· 8 years ago
de5cc81
drm/arm: hdlcd: Set the CRTC's port before binding the encoder.
by Liviu Dudau
· 8 years ago
e40eda3
drm/arm: mali-dp: Use CMA helper for plane buffer address calculation
by Liviu Dudau
· 8 years ago
0df34a80
drm/mali-dp: Check PM status when sharing interrupt lines
by Liviu Dudau
· 8 years ago
e2113c0
drm/arm: malidp: Use crtc->mode_valid() callback
by Jose Abreu
· 8 years ago
55f5b0b
Merge tag 'drm-misc-next-2017-06-02' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
21774f2
drm/hdlcd|mali: Drop drm_vblank_cleanup
by Daniel Vetter
· 8 years ago
2a1720376
Backmerge tag 'v4.12-rc3' into drm-next
by Dave Airlie
· 8 years ago
c2c446a
drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPI
by Robert Foss
· 8 years ago
d51aff1
Merge branch 'for-upstream/hdlcd' of git://linux-arm.org/linux-ld into drm-fixes
by Dave Airlie
· 8 years ago
763656d
drm: mali-dp: use div_u64 for expensive 64-bit divisions
by Arnd Bergmann
· 8 years ago
c2e7f82
drm: mali-dp: Check the mclk rate and allow up/down scaling
by Mihail Atanassov
· 8 years ago
0274e6a
drm: mali-dp: Enable image enhancement when scaling
by Mihail Atanassov
· 8 years ago
28ce675
drm: mali-dp: Add plane upscaling support
by Mihail Atanassov
· 8 years ago
50c7512
drm/mali-dp: Add core_id file to the sysfs interface
by Liviu Dudau
· 8 years ago
6954f24
drm: mali-dp: Add CTM support
by Mihail Atanassov
· 8 years ago
02725d3
drm: mali-dp: enable gamma support
by Mihail Atanassov
· 8 years ago
99665d0
drm: mali-dp: add malidp_crtc_state struct
by Mihail Atanassov
· 8 years ago
fe10cd6
drm: mali-dp: add custom reset hook for planes
by Mihail Atanassov
· 8 years ago
c03c17c
drm: mali-dp: remove unused variable
by Arnd Bergmann
· 8 years ago
88d4d90
drm: mali-dp: add atomic_print_state for planes
by Mihail Atanassov
· 8 years ago
85f6421
drm: mali-dp: Enable power management for the device.
by Liviu Dudau
· 8 years ago
46f1d42
drm: mali-dp: Update the state of all planes before re-enabling active CRTCs.
by Liviu Dudau
· 8 years ago
86418f9
drm: convert drivers to use of_graph_get_remote_node
by Rob Herring
· 8 years ago
1de3cd4
drm: hdlcd: Fix the calculation of the scanout start address
by Liviu Dudau
· 8 years ago
65d1086
BackMerge tag 'v4.11-rc3' into drm-next
by Dave Airlie
· 8 years ago
d55f7e5
drm: Create DEFINE_DRM_GEM_CMA_FOPS and roll it out to drivers
by Daniel Vetter
· 8 years ago
d1479f6
drm: mali-dp: Fix smart layer not going to composition
by Mihail Atanassov
· 8 years ago
9a8b0a2
drm: mali-dp: Remove mclk rate management
by Mihail Atanassov
· 8 years ago
a4b10cc
drm: Constify drm_mode_config atomic helper private pointer
by Laurent Pinchart
· 8 years ago
d7ae94b
drm: malidp: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 8 years ago
1fe2598
drm: hdlcd: use vblank hooks in struct drm_crtc_funcs
by Shawn Guo
· 8 years ago
967dd48
drm: remove drm_vblank_no_hw_counter assignment from driver code
by Shawn Guo
· 8 years ago
e4563f6
drm: Rely on mode_config data for fb_helper initialization
by Gabriel Krisman Bertazi
· 8 years ago
012bbe2
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm-misc into drm-next
by Dave Airlie
· 8 years ago
e0dfccf
drm/hdlcd: Remove hdlcd_debugfs_cleanup()
by Noralf Trønnes
· 8 years ago
83d642e
drm: mali-dp: fix stride setting for multi-plane formats
by Mihail Atanassov
· 8 years ago
b70b332
drm: mali-dp: Add plane offset to the plane's physical start address register
by Liviu Dudau
· 8 years ago
4d6000e
drm: mali-dp: Check for sufficient address space
by Mihail Atanassov
· 8 years ago
592d8c8
drm: mali-dp: Check hw version matches device-tree
by Mihail Atanassov
· 8 years ago
6211b48
drm: mali-dp: Rename malidp_input_format to malidp_pixel_format
by Brian Starkey
· 8 years ago
c7ffa59
drm: mali-dp: fix Lx_CONTROL register fields clobber
by Mihail Atanassov
· 8 years ago
7916efe
drm: mali-dp: Fix transposed horizontal/vertical flip
by Brian Starkey
· 8 years ago
edabb3c
drm: mali-dp: Fix destination size handling when rotating
by Brian Starkey
· 8 years ago
b2a2ddb
drm: mali-dp: Don't force source size == crtc size
by Brian Starkey
· 8 years ago
b9c3315
drm: mali-dp: Check more use cases in the plane's ->atomic_check()
by Liviu Dudau
· 8 years ago
cf4c887
drm: malidp: Remove event_list member from struct malidp_drm
by Liviu Dudau
· 8 years ago
94d8b9b
drm/arm/malidp: Fix possible dereference of NULL
by Shailendra Verma
· 8 years ago
438b74a
drm: Nuke fb->pixel_format
by Ville Syrjälä
· 8 years ago
353c859
drm: Replace drm_format_plane_cpp() with fb->format->cpp[]
by Ville Syrjälä
· 8 years ago
bcb0b46
drm: Replace drm_format_num_planes() with fb->format->num_planes
by Ville Syrjälä
· 8 years ago
59477fa
drm/arm: Add local 'fb' variables
by Ville Syrjälä
· 8 years ago
f03ee46
Backmerge tag 'v4.9-rc8' into drm-next
by Dave Airlie
· 8 years ago
747e5a5
drm: hdlcd: Fix cleanup order
by Robin Murphy
· 8 years ago
7a79279
drm/arm: hdlcd: fix plane base address update
by Russell King
· 8 years ago
25bfe01
Merge branch 'drm-tda998x-mali' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-next
by Dave Airlie
· 8 years ago
c765102
Merge branch 'for-upstream/mali-dp' of git://linux-arm.org/linux-ld into drm-next
by Dave Airlie
· 8 years ago
e64053f
drm: mali-dp: Clear CVAL when leaving config mode
by Brian Starkey
· 8 years ago
ed8b0c0
drm/arm: mark symbols static where possible
by Baoyou Xie
· 8 years ago
2fe1f08
drm: mali-dp: Add support for setting plane's rotation property from userspace.
by Liviu Dudau
· 8 years ago
fe37ed6
drm: mali-dp: Don't set DRM_PLANE_COMMIT_ACTIVE_ONLY
by Brian Starkey
· 8 years ago
70c94a3
drm: mali-dp: Store internal format and n_planes in plane state
by Brian Starkey
· 8 years ago
c57eb71
drm: mali-dp: Enable alpha blending
by Brian Starkey
· 8 years ago
1580778
drm: mali-dp: Refactor plane initialisation
by Brian Starkey
· 8 years ago
de9c481
arm: mali-dp: Extract mode_config cleanup into malidp_fini
by Brian Starkey
· 8 years ago
a46a096
drm: mali-dp: Add pitch alignment check for planes
by Brian Starkey
· 8 years ago
a228062
drm: mali-dp: Add pitch alignment check function
by Brian Starkey
· 8 years ago
a6a7b9a
drm: mali-dp: Set the drm->irq_enabled flag to match driver's state.
by Liviu Dudau
· 8 years ago
aad3896
drm: mali-dp: Clear the config_valid flag before using it in wait_event.
by Liviu Dudau
· 8 years ago
55edf41
drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefs
by Jani Nikula
· 8 years ago
90731c2
drm/i2c: tda998x: mali-dp: hdlcd: refactor connector registration
by Brian Starkey
· 8 years ago
97ac0e4
drm: convert DT component matching to component_match_add_release()
by Russell King
· 8 years ago
ea0e1ce
drm/arm: Use per-plane rotation property
by Ville Syrjälä
· 8 years ago
7ccf281
drm/arm: mali-dp: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
by Laurent Pinchart
· 8 years ago
ba0891d
drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
by Laurent Pinchart
· 8 years ago
0f28860
drm: Don't swallow error codes in drm_dev_alloc()
by Tom Gundersen
· 8 years ago
2b58e98
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
by Liu Ying
· 8 years ago
31ad61e
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
by Joonas Lahtinen
· 8 years ago
Next »