search for: clkp

Displaying 7 results from an estimated 7 matches for "clkp".

Did you mean: clk
2020 Jan 10
0
[PATCH 15/23] drm/msm: Convert to CRTC VBLANK callbacks
...rivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c b/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c index 8b72ac44ce55..6650f478b226 100644 --- a/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c +++ b/drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.c @@ -583,38 +583,6 @@ static int get_clk(struct platform_device *pdev, struct clk **clkp, return 0; } -static struct drm_encoder *get_encoder_from_crtc(struct drm_crtc *crtc) -{ - struct drm_device *dev = crtc->dev; - struct drm_encoder *encoder; - - drm_for_each_encoder(encoder, dev) - if (encoder->crtc == crtc) - return encoder; - - return NULL; -} - -static u32 mdp5_ge...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
...1 32 248832 83 Linux Partition 1 does not end on cylinder boundary. /dev/sda2 32 30395 243889153 5 Extended /dev/sda5 32 30395 243889152 8e Linux LVM - blkid root@debian-02:/home/franca# blkid /dev/sda5: UUID="RVwX4M-56HI-Tu9q-CLkP-V0jx-Ft7W-b0bPHP" TYPE="LVM2_member" /dev/sda1: UUID="fcc01979-0cf3-4dbe-863a-ab32d2636fec" TYPE="ext3" /dev/mapper/debian--02-root: UUID="da8b402b-b224-4552-80df-754339518e4d" TYPE="ext3" /dev/mapper/debian--02-swap_1: UUID="d5eb1ff7-b7d8...
2012 Apr 22
12
Xen doesn't boot on grub2 or xend doesn't start
...1 32 248832 83 Linux Partition 1 does not end on cylinder boundary. /dev/sda2 32 30395 243889153 5 Extended /dev/sda5 32 30395 243889152 8e Linux LVM - blkid root@debian-02:/home/franca# blkid /dev/sda5: UUID="RVwX4M-56HI-Tu9q-CLkP-V0jx-Ft7W-b0bPHP" TYPE="LVM2_member" /dev/sda1: UUID="fcc01979-0cf3-4dbe-863a-ab32d2636fec" TYPE="ext3" /dev/mapper/debian--02-root: UUID="da8b402b-b224-4552-80df-754339518e4d" TYPE="ext3" /dev/mapper/debian--02-swap_1: UUID="d5eb1ff7-b7d8...
2020 Jan 20
26
[PATCH v3 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers. Patch
2020 Jan 15
26
[PATCH v2 00/21] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers.
2020 Jan 23
30
[PATCH v4 00/22] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers. Patch
2020 Jan 10
36
[PATCH 00/23] drm: Clean up VBLANK callbacks in struct drm_driver
VBLANK handlers in struct drm_driver are deprecated. Only legacy, non-KMS drivers are supposed to used them. DRM drivers with kernel modesetting are supposed to use VBLANK callbacks of the CRTC infrastructure. This patchset converts all DRM drivers to CRTC VBLANK callbacks and cleans up struct drm_driver. The remaining VBLANK callbacks in struct drm_driver are only used by legacy drivers.