index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-02
drm/msm/dpu: drop now-unused mdss_irqs field from hw catalog
Dmitry Baryshkov
17
-135
/
+0
2023-08-02
drm/msm/dpu: autodetect supported interrupts
Dmitry Baryshkov
2
-1
/
+18
2023-08-02
drm/msm/dpu: split interrupt address arrays
Dmitry Baryshkov
2
-38
/
+72
2023-08-02
drm/msm/dpu: inline __intr_offset
Dmitry Baryshkov
1
-7
/
+1
2023-08-02
drm/msm: Remove redundant DRM_DEV_ERROR()
Ruan Jinjie
2
-2
/
+0
2023-08-02
drm/panel: samsung-s6d7aa0: Add MODULE_DEVICE_TABLE
Nikita Travkin
1
-0
/
+1
2023-08-02
drm/bridge: Add debugfs print for bridge chains
Tomi Valkeinen
2
-0
/
+48
2023-08-02
Merge tag 'gvt-fixes-2023-08-02' of https://github.com/intel/gvt-linux into d...
Tvrtko Ursulin
1
-1
/
+1
2023-08-02
drm: xlnx: zynqmp_dpsub: Use devm_platform_ioremap_resource_byname()
Li Zetao
1
-7
/
+3
2023-08-02
drm: xlnx: zynqmp_dpsub: Use dev_err_probe instead of dev_err
Wang Ming
1
-2
/
+2
2023-08-02
drm: xlnx: zynqmp_dpsub: Add missing check for dma_set_mask
Jiasheng Jiang
1
-1
/
+3
2023-08-02
drm/xlnx/zynqmp_dp: Fix function name zynqmp_dp_link_train() -> zynqmp_dp_tra...
Lee Jones
1
-1
/
+1
2023-08-01
drm/i915/uncore: fix race around i915->params.mmio_debug
Jani Nikula
1
-9
/
+12
2023-08-01
drm/i915/uncore: split unclaimed_reg_debug() to header and footer
Jani Nikula
1
-15
/
+22
2023-08-01
drm/panel: Add a way for other devices to follow panel state
Douglas Anderson
1
-4
/
+169
2023-08-01
drm/panel: Check for already prepared/enabled in drm_panel
Douglas Anderson
1
-6
/
+43
2023-08-01
drm/panel-edp: Add enable timings for N140HCA-EAC panel
Nikita Travkin
1
-0
/
+1
2023-08-01
drm/i915: Fix premature release of request's reusable memory
Janusz Krzysztofik
2
-29
/
+81
2023-08-01
drm/i915/gt: Support aux invalidation on all engines
Andi Shyti
3
-45
/
+41
2023-08-01
drm/i915/gt: Poll aux invalidation register bit on invalidation
Jonathan Cavitt
2
-5
/
+13
2023-08-01
drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CS
Andi Shyti
2
-0
/
+12
2023-08-01
drm/i915/gt: Rename flags with bit_group_X according to the datasheet
Andi Shyti
2
-23
/
+29
2023-08-01
drm/i915/gt: Ensure memory quiesced before invalidation
Jonathan Cavitt
1
-1
/
+5
2023-08-01
drm/i915: Add the gen12_needs_ccs_aux_inv helper
Andi Shyti
1
-3
/
+15
2023-08-01
drm/i915/gt: Cleanup aux invalidation registers
Andi Shyti
3
-15
/
+15
2023-08-01
drm/panel: sitronix-st7789v: Check display ID
Miquel Raynal
1
-0
/
+81
2023-08-01
drm/panel: sitronix-st7789v: Add EDT ET028013DMA panel support
Miquel Raynal
1
-0
/
+25
2023-08-01
drm/panel: sitronix-st7789v: Clarify a definition
Miquel Raynal
1
-2
/
+2
2023-08-01
drm/panel: sitronix-st7789v: Use 9 bits per spi word by default
Miquel Raynal
1
-1
/
+5
2023-08-01
drm/panel: sitronix-st7789v: add Inanbo T28CP45TN89 support
Sebastian Reichel
1
-0
/
+25
2023-08-01
drm/panel: sitronix-st7789v: avoid hardcoding polarity info
Sebastian Reichel
1
-4
/
+18
2023-08-01
drm/panel: sitronix-st7789v: avoid hardcoding invert mode
Sebastian Reichel
1
-1
/
+9
2023-08-01
drm/panel: sitronix-st7789v: add media bus format
Sebastian Reichel
1
-3
/
+23
2023-08-01
drm/panel: sitronix-st7789v: avoid hardcoding panel size
Sebastian Reichel
1
-2
/
+4
2023-08-01
drm/panel: sitronix-st7789v: avoid hardcoding mode info
Sebastian Reichel
1
-6
/
+18
2023-08-01
drm/panel: sitronix-st7789v: improve error handling
Sebastian Reichel
1
-11
/
+12
2023-08-01
drm/panel: sitronix-st7789v: simplify st7789v_spi_write
Sebastian Reichel
1
-5
/
+1
2023-08-01
drm/panel: sitronix-st7789v: make reset GPIO optional
Sebastian Reichel
1
-1
/
+1
2023-08-01
drm/panel: sitronix-st7789v: remove unused constants
Sebastian Reichel
1
-3
/
+0
2023-08-01
drm/panel: sitronix-st7789v: add SPI ID table
Sebastian Reichel
1
-0
/
+7
2023-08-01
drm/tests: Alloc drm_device on drm_exec tests
Arthur Grillo
1
-7
/
+37
2023-08-01
drm/i915: Add function to clear scanout flag for vmas
Jouni Högander
3
-7
/
+23
2023-08-01
drm/i915/display: Remove i915_gem_object_types.h from intel_frontbuffer.h
Jouni Högander
1
-1
/
+0
2023-08-01
drm/i915: Add getter/setter for i915_gem_object->frontbuffer
Jouni Högander
5
-43
/
+77
2023-08-01
drm/i915: Add macros to get i915 device from i915_gem_object
Jouni Högander
2
-9
/
+12
2023-08-01
drm/i915/gvt: Fix bug in getting msg length in AUX CH registers handler
Yan Zhao
1
-1
/
+1
2023-08-01
drm/virtio: Support sync objects
Dmitry Osipenko
2
-1
/
+226
2023-07-31
drm/i915/huc: fix intel_huc.c doc bulleted list format error
David Reaver
1
-0
/
+2
2023-07-31
fbdev: Align deferred I/O with naming of helpers
Thomas Zimmermann
3
-9
/
+9
2023-07-31
fbdev: Use _DMAMEM_ infix for DMA-memory helpers
Thomas Zimmermann
8
-12
/
+12
[prev]
[next]