index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
arc
Commit message (
Expand
)
Author
Age
Files
Lines
*
DRM: ARC: PGU: add ARGB8888 format to supported format list
Eugeniy Paltsev
2019-12-16
1
-0
/
+1
*
DRM: ARC: PGU: replace unsupported by HW RGB888 format by XRGB888
Eugeniy Paltsev
2019-12-16
2
-4
/
+4
*
DRM: ARC: PGU: cleanup supported format list code
Eugeniy Paltsev
2019-12-16
1
-14
/
+11
*
DRM: ARC: PGU: fix framebuffer format switching
Eugeniy Paltsev
2019-12-16
1
-5
/
+7
*
Merge tag 'arcpgu-updates-2019.07.18' of github.com:abrodkin/linux into drm-next
Dave Airlie
2019-11-14
1
-3
/
+13
|
\
|
*
drm/arcpgu: rework encoder search
Eugeniy Paltsev
2019-07-17
1
-3
/
+13
*
|
drm: Stop including drm_bridge.h from drm_crtc.h
Boris Brezillon
2019-08-28
1
-0
/
+1
*
|
drm/arc: Drop drm_gem_prime_export/import
Daniel Vetter
2019-06-21
1
-2
/
+0
*
|
drm/prime: Actually remove DRIVER_PRIME everywhere
Daniel Vetter
2019-06-21
1
-2
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
Thomas Gleixner
2019-05-30
6
-60
/
+6
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
drm: Split out drm_probe_helper.h
Daniel Vetter
2019-01-24
3
-5
/
+5
*
drm/arcpgu: prepare for drmP.h removal from drm_modeset_helper.h
Sam Ravnborg
2019-01-24
1
-1
/
+2
*
drm/arc: Don't set the dpms hook
Daniel Vetter
2019-01-11
1
-1
/
+0
*
drm/arc: do not rely on drmP.h from drm_gem_cma_helper.h
Sam Ravnborg
2019-01-09
2
-0
/
+8
*
drm: replace "drm_dev_unref" function with "drm_dev_put"
Fernando Ramos
2018-11-24
1
-2
/
+2
*
drm/arc: Use drm_fbdev_generic_setup()
Noralf Trønnes
2018-11-01
2
-34
/
+3
*
drm/arcpgu: Use drm_atomic_helper_shutdown
Daniel Vetter
2018-10-05
2
-1
/
+1
*
drm/arcpgu: Drop transitional hooks
Daniel Vetter
2018-10-05
1
-2
/
+0
*
drm: drop _mode_ from drm_mode_connector_attach_encoder
Daniel Vetter
2018-07-13
1
-1
/
+1
*
drm: add missing ctx argument to plane transitional helpers
Russell King
2018-07-03
1
-1
/
+1
*
drm/arc: Stop consulting plane->fb
Ville Syrjälä
2018-05-25
1
-3
/
+0
*
drm/arcpgu: remove drm_encoder_slave
Daniel Vetter
2018-01-30
2
-11
/
+8
*
drm/arc: Use drm_gem_cma_print_info()
Noralf Trønnes
2017-11-11
1
-1
/
+1
*
drm/arc: Use drm_gem_fb_create()
Noralf Trønnes
2017-09-02
1
-1
/
+2
*
Merge tag 'drm-misc-next-2017-08-16' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-08-17
1
-1
/
+1
|
\
|
*
drm: make drm_mode_config_func const
Bhumika Goyal
2017-08-09
1
-1
/
+1
*
|
Merge tag 'drm-misc-next-2017-08-08' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-08-10
2
-2
/
+1
|
\
\
|
|
/
|
*
drm: Plumb modifiers through plane init
Ben Widawsky
2017-08-01
1
-0
/
+1
|
*
drm/arc: Use .dumb_map_offset and .dumb_destroy defaults
Noralf Trønnes
2017-07-29
1
-2
/
+0
*
|
drm: arcpgu: Allow some clock deviation in crtc->mode_valid() callback
Jose Abreu
2017-08-03
1
-3
/
+4
*
|
drm: arcpgu: Fix module unload
Jose Abreu
2017-08-03
1
-1
/
+1
*
|
drm: arcpgu: Fix mmap() callback
Jose Abreu
2017-08-03
1
-23
/
+1
*
|
arcpgu: Simplify driver name
Alexey Brodkin
2017-08-03
1
-1
/
+1
*
|
drm/arcpgu: Opt in debugfs
Alexey Brodkin
2017-08-03
1
-0
/
+29
|
/
*
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
2017-06-30
1
-2
/
+3
*
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
2017-06-30
1
-2
/
+3
*
drm: arcpgu: Remove CRTC .prepare() helper operation
Laurent Pinchart
2017-06-28
1
-1
/
+0
*
drm: arcpgu: Remove CRTC .commit() helper operation
Laurent Pinchart
2017-06-28
1
-1
/
+0
*
drm: arcpgu: arc_pgu_crtc_mode_valid() can be static
kbuild test robot
2017-06-23
1
-2
/
+2
*
drm: arcpgu: Use crtc->mode_valid() callback
Jose Abreu
2017-06-22
1
-15
/
+14
*
drm/arcgpu: Drop drm_vblank_cleanup
Daniel Vetter
2017-05-31
1
-1
/
+0
*
drm: remove drm_vblank_no_hw_counter assignment from driver code
Shawn Guo
2017-02-07
1
-1
/
+0
*
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
2017-02-02
1
-2
/
+1
*
drm: bridge: Link encoder and bridge in core code
Laurent Pinchart
2016-12-18
1
-4
/
+1
*
drm: Nuke fb->pixel_format
Ville Syrjälä
2016-12-15
1
-1
/
+1
*
drm/arcpgu: Add local 'fb' variables
Ville Syrjälä
2016-12-14
1
-1
/
+2
*
Merge remote-tracking branch 'airlied/drm-next' into drm-misc-next
Daniel Vetter
2016-12-06
1
-142
/
+17
|
\
|
*
Backmerge tag 'v4.9-rc8' into drm-next
Dave Airlie
2016-12-05
1
-142
/
+17
|
|
\
|
|
*
drm/arcpgu: Accommodate adv7511 switch to DRM bridge
Eugeniy Paltsev
2016-11-11
1
-142
/
+17
[next]